Some description in here
- Register NPM account from https://www.npmjs.com
- Create
index.js
and make your things. - Command
npm init
and fill some required. - Command
npm login
with NPM account. - Command
npm publish
to upload the project.
-
Why I can't publish my project
- Your package name is already used, just change package name in
package.json
file. - Or your package version is already published, just increase your versioning as you want in
package.json
file.
- Your package name is already used, just change package name in
-
How to add a document which you are reading
- create
readme.md
and make the details with Markdown syntax.
- create