atom / flight-manual.atom.io

📖 Documentation for Atom, generated by nanoc, hosted by GitHub Pages
https://flight-manual.atom.io
Other
640 stars 1.54k forks source link

Improve the steps for developing node modules #390

Open Ben3eeE opened 7 years ago

Ben3eeE commented 7 years ago

http://flight-manual.atom.io/behind-atom/sections/developing-node-modules/

/cc: @ungb

Ben3eeE commented 7 years ago

/cc: @50Wliu You might have some input here.

winstliu commented 7 years ago

Is there some command to check for links available like apm links?

Nope. However, I believe running npm ls will show any links in the dependency tree if they exist.

There are no steps for how to unlink something when you are done with testing the module

This frustrates me; as far as I can tell the only option you have from the CLI is to completely uninstall the module, which also removes it from package.json. Then add it back.