Forked from awatson1978/gist:a0df5fef953b9da01ce1
Created
September 25, 2016 02:32
-
-
Save lucas-aragno/0b4a6d6691a8efb6ab114b4bd8c1477d to your computer and use it in GitHub Desktop.
Publish an Atom Package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| command-shift-P > Package > Package Generator: Generate Syntax Theme > mypackage | |
| cd ~/.atom/packages/mypackage | |
| apm login | |
| apm develop mypackage | |
| cd ~/github/mypackage | |
| sudo chown -R username:wheel . | |
| git commit -a -m 'checking everything in' | |
| apm publish --tag v2.5.0 minor | |
| apm publish minor | |
| apm publish major | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment