periodicjs.core.utilities
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -61,3 +61,3 @@ <a name="Utilities"></a> | ||
##utilities.restart_app(options) | ||
shorthand method for restarting periodic by updating the node script's watch file content/extensions/restart.json | ||
shorthand method for restarting periodic by updating the node script's watch file content/config/restart.json | ||
@@ -64,0 +64,0 @@ **Params** |
@@ -111,3 +111,3 @@ /* | ||
/** | ||
* shorthand method for restarting periodic by updating the node script's watch file content/extensions/restart.json | ||
* shorthand method for restarting periodic by updating the node script's watch file content/config/restart.json | ||
* @param {object} options restartfile - define a custom restart file | ||
@@ -114,0 +114,0 @@ */ |
{ | ||
"name": "periodicjs.core.utilities", | ||
"description": "A group of utility functions for restarting periodic's express application and helper functions to manipulate strings and other data structures", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "engines": { |
@@ -51,4 +51,8 @@ # periodicjs.core.utilities | ||
``` | ||
For generating documentation | ||
``` | ||
$ grunt doc | ||
$ jsdoc2md lib/**/*.js index.js > doc/api.md | ||
``` | ||
##Notes | ||
* Check out https://github.com/typesettin/periodicjs for the full Periodic Documentation |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
94317
57