0.1.2 • Published 3 years ago
my-first-library-r2 v0.1.2
My First Library
Some description in here
Step
- Register NPM account from https://www.npmjs.com
- Create
index.jsand make your things. - Command
npm initand fill some required. - Command
npm loginwith NPM account. - Command
npm publishto upload the project.
Good to know
- Why I can't publish my project
- Your package name is already used, just change package name in
package.jsonfile. - Or your package version is already published, just increase your versioning as you want in
package.jsonfile.
- Your package name is already used, just change package name in
- How to add a document which you are reading
- create
readme.mdand make the details with Markdown syntax.
- create