bhdr2
v2.2.0
Published
Bhdr (Brynhildr) .findBy({ A javascript data pool: to simulate a database })
Downloads
2
Maintainers
Readme
Bhdr (Brynhildr) .findBy({ A javascript data pool: to simulate a database })
(Dev) Installation
- npm install
(Dev) Compile typescript
- tsc
Create bundle (browserify)
- npm run bundle
Run tests (mocha - chai)
- npm test (or npm run test)
Test compile files (test js files)
- npm run test-js
Test bundled code (change browser in package.json script if needed [using chrome])
- npm run test-browser