0.0.2 • Published 2 years ago

inp-http-response v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

GitHub license nodejs badge typescript badge

typescript-package-boilerplate

Minimalistic boilerplate to start a package in Node Js with TypeScript for personal projects.

Quick start

To start, just clone the repository with following commands:

  • clone using HTTP
git clone https://github.com/leojaimesson/typescript-package-boilerplate.git
cd typescript-package-boilerplate
npm install
  • clone using SSH
git clone git@github.com:leojaimesson/typescript-package-boilerplate.git
cd typescript-package-boilerplate
npm install

Available scripts

  • clean - remove coverage data, Nyc cache and transpiled files,
  • clean:modules - remove and reinstall node_modules packages and package-lock.json,
  • build - transpile TypeScript to ES5,
  • lint - lint source files and tests,
  • test - run tests,
  • test:watch - interactive watch mode to automatically re-run tests
  • test:coverage - run tests and create code coverage reports