repetere / periodicjs.ext.install

install script for periodicjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

install script for periodicjs

License:MIT License


Languages

Language:JavaScript 98.9%Language:HTML 1.1%