0.9.4 • Published 8 years ago
@ords/maps v0.9.4
This project contains core maps for ords-core
Gitter Channel
Using this module
This module exists on npm. To use it run:
npm install @ords/modules --saveGlobal dependencies
- nodejs
- typescript
- typings
- mocha
Getting started
Initially install dependencies by running:
npm run build-envWhenever you have made changes you can run the following command
npm run build-depolyScripts
In order to test the project you can now run:
npm testTo clean the project do:
npm run cleanContribution
Below are some general rules of code:
- Use camleCase instead of underscore
- Document your code with comments
- Write at least unit tests
- Follow established directory structure
All maps from microservices to connector should be named acording to what connector they belong to. Please see the names of already implemented maps and follow that naming.
Versioning
We use schemantic versioning. Do no introduce backwards compatible breakable code without upgrading the software version to a major release.