Last Updated: February 25, 2016
·
252
· fiws

Get a markdown list of your atom modules

apm list -ipb | sed 's/\@.*//' | sed 's/.*/\* \[\0\]\(http:\/\/atom.io\/packages\/\0\)/' | sed '$ d'

Example Result

* [atom-beautify](http://atom.io/packages/atom-beautify)
* [atom-pair](http://atom.io/packages/atom-pair)
* [atom-ternjs](http://atom.io/packages/atom-ternjs)
...