1.0.0 • Published 4 years ago
@naretini/title-case-converter v1.0.0
Test publishing a npm package
Taken from https://livecodestream.dev/post/publish-your-first-node-library-using-npm/
- Create a folder proj
mkdir [PROJECT_NAME] && cd $_
npm init --scope=[NPM_USERNAME]
- GitHub: init, commit and publish the repo on GitHub
git init
- Finish set up package details I. author details II. github repo link
- Create node main module (e.g. app.js)
npm login
(if needed)npm publish
1.0.0
4 years ago