periodicjs.ext.cron_service v9.5.3
periodicjs.ext.cron_service

Periodic Cron Service Extension.
Usage
CLI TASK
You can preform a task via CLI
$ cd path/to/application/root
### Using the CLI
$ periodicjs ext periodicjs.ext.cron_service hello
### Calling Manually
$ node index.js --cli --command --ext --name=periodicjs.ext.cron_service --task=hello Configuration
You can configure periodicjs.ext.cron_service
Default Configuration
{
settings: {
defaults: true,
},
databases: {
},
};Installation
Installing the Extension
Install like any other extension, run npm run install periodicjs.ext.cron_service from your periodic application root directory and then normally you would run periodicjs addExtension periodicjs.ext.cron_service, but this extension does this in the post install npm script.
$ cd path/to/application/root
$ npm run install periodicjs.ext.cron_service
$ periodicjs addExtension periodicjs.ext.cron_service //this extension does this in the post install scriptUninstalling the Extension
Run npm run uninstall periodicjs.ext.cron_service from your periodic application root directory and then normally you would run periodicjs removeExtension periodicjs.ext.cron_service but this extension handles this in the npm post uninstall script.
$ cd path/to/application/root
$ npm run uninstall periodicjs.ext.cron_service
$ periodicjs removeExtension periodicjs.ext.cron_service // this is handled in the npm postinstall scriptTesting
Make sure you have grunt installed
$ npm install -g grunt-cliThen run grunt test or npm test
$ grunt test && grunt coveralls #or locally $ npm testFor generating documentation
$ grunt doc
$ jsdoc2md commands/**/*.js config/**/*.js controllers/**/*.js transforms/**/*.js utilities/**/*.js index.js > doc/api.mdNotes
- Check out https://github.com/typesettin/periodicjs for the full Periodic Documentation
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago