Install a package from local directory in Atom

Revision history
Tags: atom

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

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.

Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.