zenorocha / atom-javascript-snippets

JavaScript & NodeJS Snippets for Atom Editor
https://atom.io/packages/javascript-snippets
168 stars 104 forks source link

about the developCommand #50

Closed zhaoying9105 closed 7 years ago

zhaoying9105 commented 7 years ago
apm install
apm link

should be

npm install 
npm link

Am I right?

revelt commented 7 years ago

No, apm stands for Atom Package Manager. Like hpm, Hyper Package Manager and others. I encourage you to try the command in your console.

Can we close this issue?

zenorocha commented 7 years ago

Thanks @revelt!