1.0.0 • Published 8 years ago
jsta v1.0.0
Demo of npm packaging
A demo of the steps to create a npm package
Steps
set npm configs
npm set init.author.email <>npm set init.author.name "jsta"npm set init.license "GPL-3.0"
git initcreate a minimal README
npm init --yes
create the main file (index.js)
- add a function as a property of the exports object.
References
1.0.0
8 years ago