0.2.0 • Published 2 years ago
helping_hand v0.2.0
Helping Hand
Javascript utility library written in typescript.
Documentation Site
Install
npm i helping_handimport { module } from 'helping_hand'Build
Typescript compiler for type declarations. Rollup and babel used for bundling.
Build an output file and type declarations
npm run buildRun types and bunding in watch mode
npm run build:watchRun only types
npm run build:typesRun type checking
npm run type-checkLocal Development
To run locally you will want to npm link the package.
NOTE: If you link then unlink a package you must run your install command again.
* Inside helping_hand
npm link* Inside Application
npm link helping_handTesting
Testing uses Jest and 100% coverage is required.
Run tests
npm run testRun tests in watch mode
npm run test:watchRun tests coverage report
npm run test:coverageCreate typedocs
npm run typedoc