0.2.1 • Published 7 years ago

@almedso/cosmea-skeleton v0.2.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
7 years ago

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 install

Run linting (using jshint)

$ npm run jshint

Run the tests

$ npm test

see https://mochajs.org/#getting-started for details.

Build the developer documentation

$ npm run doc

The output is found at build/doc/xxx//index.html