If you use Atom editor, you'll like this completion helper.
You can install via Homebrew
brew install homebrew/completions/apm-bash-completion
$ apm [TAB]
clean featured ln remove unlink
config help lns rm unpublish
dedupe home login search unstar
deinstall init ls show update
delete install open star upgrade
dev link outdated starred view
develop linked publish stars
docs links rebuild test
erase list rebuild-module-cache uninstall
$ apm publish
build major minor patch
$ apm config
delete edit get list set
Just get the file apm
and call source apm
(or add it to your bash environment)
Please let me know if you need some more options. Please create an issue and make a request. Also If you like to improve or add more features please fork it and you know the rest :)
- Fork it ( https://github.com/vigo/apm-bash-completion )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request