0.0.1 • Published 4 years ago

@psudeep/sample-npm-package v0.0.1

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

sample npm package

NPM package boiler plate for anyone to clone and get started

  • node version: v12.16.1 check .nvmrc file nvm use
  • install packages: npm install
  • command to run: npm run build - project uses typescript
  • if you have already run this command before, remove the lib folder and run the above command again

format command

  • npm run lint
  • npm run format

how to use this module:

  • add below in client package.json(ex: psudeep/app/package.json)
    • "@psudeep/sample-npm-package": "^0.0.1",