@naretini/title-case-converter

1.0.0 • Public • Published

Test publishing a npm package

Taken from [https://livecodestream.dev/post/publish-your-first-node-library-using-npm/]

  1. Create a folder proj
    mkdir [PROJECT_NAME] && cd $_
    npm init --scope=[NPM_USERNAME]
  1. GitHub: init, commit and publish the repo on GitHub

git init

  1. Finish set up package details I. author details II. github repo link
  2. Create node main module (e.g. app.js)
  3. npm login (if needed)
  4. npm publish

Readme

Keywords

Package Sidebar

Install

npm i @naretini/title-case-converter

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

1.46 kB

Total Files

3

Last publish

Collaborators

  • naretini