0.2.1 • Published 8 years ago
@almedso/cosmea-skeleton v0.2.1
Backend Skeleton
This skeleton is a module that is based on top of the cosmea-core user/organization/role system. It is intended to as a starting skeleton for new modules in the cosmea backend ecosystem.
Installation
Get the source code:
$ git clone git@gitlab.com:almedso/cosmea-skeleton.git$ npm installRun linting (using jshint)
$ npm run jshintRun the tests
$ npm testsee https://mochajs.org/#getting-started for details.
Build the developer documentation
$ npm run docThe output is found at build/doc/xxx//index.html