Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 643 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 643 Bytes

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