@naretini/title-case-converter
v1.0.0
Published
Capitalizes the first letter of every word in a sentence
Downloads
1
Readme
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