Install a package from local directory in Atom
- 26 Feb 2017: Post was created (diff)
Manually install a package in Atom
I had to do this while developing a custom package.
$ apm link <directory>
And you’re done!
What is that command really doing?
It is simply linking the specified directory to the Atom packages folder,
typically residing in ~/.atom/packages
.
References
- https://discuss.atom.io/t/manually-install-package/9251/2
If you have any comments or feedback, please send me an e-mail. (stig at stigok dotcom).
Did you find any typos, incorrect information, or have something to add? Then please propose a change to this post.