shlokas-core 0.0.27
Install from the command line:
Learn more about npm packages
$ npm install @akdasa-studios/shlokas-core@0.0.27
Install via package.json:
"@akdasa-studios/shlokas-core": "0.0.27"
About this version
Core library for Shlokas application. This library is used by both the web and mobile apps. It contains the domain models and business logic.
- Application Architecture - The overall architecture of the application.
- Domain models - Schema of the domain models and their relationships.
- Processes - The processes that the application performs.
-
npm run test
- Run all tests -
npm run test:unit
- Run unit tests -
npm run test:acceptance
- Run acceptance tests -
npm run test:mutational
- Run mutational tests