1.0.0 • Published 4 years ago

@naretini/title-case-converter v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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