bb-oops
v1.1.2
Published
### Install deps Using yarn (prefered) ``` yarn ``` Using npm ``` npm i ```
Readme
Typescript npm package template
Install deps
Using yarn (prefered)
yarnUsing npm
npm iScrpits
yarn build
// Compiles src folder to dist directory.
yarn test
// Runs all .test.ts files using jest.
yarn publish