Skip to content

Instantly share code, notes, and snippets.

@nikhilsaldanha
Last active November 3, 2018 02:16
Show Gist options
  • Select an option

  • Save nikhilsaldanha/e671b8079ee41f1a7bd161dc4980471e to your computer and use it in GitHub Desktop.

Select an option

Save nikhilsaldanha/e671b8079ee41f1a7bd161dc4980471e to your computer and use it in GitHub Desktop.
Contribute to Atom
  1. Use apm to clone and link the repo to developer package directory (~/.atom/dev/packages/package-name)

    apm develop package-name
    

    This clones the repo to a default location, ~/github/package-name

    You may now move to step 4 directly

    OR

  2. If you would like to clone the repo into a directory of your choice

    git clone https://github.com/atom/package-name
    
  3. Next, use apm link the cloned repo

    apm link --dev path/to/your/package
    
  4. Lastly, cd to the linked repo and open the repository in developer mode

    cd ~/.atom/dev/packages/package-name
    atom --dev .
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment