Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

praxigento/ng-isc

Repository files navigation

ng-isc Build Status Coverage Status Code Climate

Isomorphic SmartClient AngularJS adapter

Requirements

Versioning

Semantic Versioning 2.0.0

License

LGPLv3

Documentation

Some info about library can be found on the gh-pages site for this repo.

Development

Initialization

To initialize project run the following command in the terminal window:

> npm install

Development tasks

Clean project

Remove folders with generated reports and documentation.

> gulp clean

Run tests and generate code coverage report

> grunt karma

Generate YUIDoc documentation

> gulp yuidoc

Generate code complexity report (plato)

>gulp plato