6.0.1 • Published 6 years ago
@useloop/constants v6.0.1
Constants used across services, modules and apps
Prereqs
- Node >= 9.10.0
- npm >= 6.1.0
Setup
npm install
Format and Code Style
We use a slightly customised version of the tslint recommended config.
To run the linter, use make lint
.
We also use the prettier + prettier-standard code formatter to maintain consistent code style. To check the format run make check-format
, to re-format existing code run make format
. Please note that make format
will run as part of make compile
.
Tests
npm test
Building
make compile
Contributing
Please contact slavomirvojacek@gmail.com