npm.io
1.1.0 • Published 6 years ago

lion-lib-gep-test

Licence
ISC
Version
1.1.0
Deps
0
Size
1 kB
Vulns
0
Weekly
0

Custom npm package example

This is a custom npm package example.

To create an npm package do the following:

  • make a library where your project will live mkdir directory_name
  • cd to created directory
  • run npm init or npm init --yes
  • create files, functions that will be used in this npm package
  • if you are already registered with npmjs.com run npm adduser else run npm login
  • fill in needed data
  • run npm publish to publish the package