lion-lib-gep-test
v1.1.0
Published
This is a custom npm package example.
Downloads
3
Readme
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