0.1.2 • Published 2 years ago

my-first-library-r2 v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

My First Library

Some description in here

Step

  1. Register NPM account from https://www.npmjs.com
  2. Create index.js and make your things.
  3. Command npm init and fill some required.
  4. Command npm login with NPM account.
  5. Command npm publish to upload the project.

Good to know

  1. Why I can't publish my project
    1. Your package name is already used, just change package name in package.json file.
    2. Or your package version is already published, just increase your versioning as you want in package.json file.
  2. How to add a document which you are reading
    • create readme.md and make the details with Markdown syntax.