basarat / basarat/atom-tips

Loading packages from source

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

This is for Developing Packages.
# Guide for windows

Open up atom. Navigate File > Settings. Click on the little open Atom button:

![image](https://cloud.githubusercontent.com/assets/874898/3348745/04d9f474-f93e-11e3-9c07-bb9aa5e33f5f.png)

Once open navigate to the packages folder :

![image](https://cloud.githubusercontent.com/assets/874898/3348747/1dcf5d52-f93e-11e3-9d6f-ea6b5c4931ab.png)

Atom will load all packages from this folder by default (mine was `c:\users\bas\.atom\packages`). Open a command prompt and create a new symlink named after your package in this directory, pointing to your Package source. E.g.

``` bash
mklink /j "typescript" "D:\REPOS\atom-typescript"
```

![image](https://cloud.githubusercontent.com/assets/874898/3348756/827aa0f4-f93e-11e3-8c10-988e110f814e.png)

Finally restart Atom and it will show up in your packages. So you can open it from inside Atom as shown:
![image](https://cloud.githubusercontent.com/assets/874898/3348768/124db522-f93f-11e3-8dcb-8d72b7224c09.png)

As one last tip `Ctrl+Shift+R` will reload your window + package. Good for when developing ;)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the Windows guide in this issue and verify the Atom Settings path, packages folder, junction command, and reload shortcut against the documented workflow. Done means the guide clearly explains how to link a package from source and load it in Atom, with accurate steps and screenshots.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.