Akromio core libraries
Core libraries for Akromio.
Install/bootstrap
npm run bootstrap
Build
npm run build
Test
Unit tests:
npm t
Integration tests:
npm run test/itg
All tests (unit + integration):
npm run tests
Code coverage:
npm run cov
Notes
- The __tests__ and dist directories must be generated, temporally, from the local device. When the new Go version of Dogma published, this restriction will be removed.