Last active
May 19, 2017 11:57
Revisions
-
awatson1978 revised this gist
Dec 11, 2015 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,12 @@ 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 -
awatson1978 revised this gist
Feb 2, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,6 @@ apm login apm develop mypackage cd ~/github/mypackage sudo chown -R username:wheel . apm publish minor apm publish major -
awatson1978 revised this gist
Oct 6, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,7 @@ cd ~/.atom/packages/mypackage apm login apm develop mypackage cd ~/github/mypackage sudo chown -R username:wheel . meteor publish minor meteor publish major -
awatson1978 created this gist
Oct 1, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ command-shift-P > Package > Package Generator: Generate Syntax Theme > mypackage cd ~/.atom/packages/mypackage apm login apm develop mypackage cd ~/github/mypackage meteor publish minor meteor publish major