inp-http-response
v0.0.2
Published
HttpResponse class for InP communication with utility and factory functions.
Downloads
1
Readme
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 [email protected]: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 teststest:coverage
- run tests and create code coverage reports