Skip to content

repetere/periodicjs.ext.install

Repository files navigation

periodicjs.ext.install

The install script extension for periodic, configures an instance of perioidic through a web interface

API Documentation

Installation

$ npm install periodicjs.ext.install

##Development Make sure you have grunt installed

$ npm install -g grunt-cli

Then run grunt watch

$ grunt watch

For generating documentation

$ grunt doc
$ jsdoc2md controller/**/*.js index.js install.js uninstall.js > doc/api.md

##Notes