9.5.3 • Published 5 years ago

periodicjs.ext.cron_service v9.5.3

Weekly downloads
171
License
MIT
Repository
github
Last release
5 years ago

periodicjs.ext.cron_service Coverage Status Build Status

Periodic Cron Service Extension.

API Documentation

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 script

Uninstalling 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 script

Testing

Make sure you have grunt installed

$ npm install -g grunt-cli

Then run grunt test or npm test

$ grunt test && grunt coveralls #or locally $ npm test

For generating documentation

$ grunt doc
$ jsdoc2md commands/**/*.js config/**/*.js controllers/**/*.js  transforms/**/*.js utilities/**/*.js index.js > doc/api.md

Notes

9.5.3

5 years ago

9.5.2

5 years ago

9.5.1

5 years ago

9.5.0

5 years ago

9.3.1

5 years ago

9.3.0

5 years ago

9.2.1

5 years ago

9.2.0

5 years ago

9.1.1

5 years ago

9.1.0

5 years ago

9.0.1

5 years ago

9.0.0

5 years ago

8.0.0

5 years ago

6.40.0

5 years ago

6.21.0

5 years ago

6.20.0

6 years ago

6.10.0

6 years ago

6.9.10

6 years ago

6.9.0

6 years ago

6.8.1

6 years ago

6.8.0

6 years ago

6.7.0

6 years ago

6.6.5

6 years ago

6.6.4

6 years ago

6.6.3

6 years ago

6.6.2

6 years ago

6.6.1

6 years ago

6.6.0

6 years ago

6.5.2

6 years ago

6.5.1

6 years ago

6.5.0

6 years ago

6.4.0

6 years ago

6.3.0

6 years ago

6.2.0

6 years ago

6.1.0

6 years ago

6.0.0

6 years ago

5.0.0

6 years ago

3.5.0

6 years ago

3.3.0

7 years ago

3.2.3

7 years ago

3.2.2

7 years ago

3.2.1

7 years ago

3.2.0

7 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.41

7 years ago

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.8.0

8 years ago

1.7.0

8 years ago

1.6.0

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.23

8 years ago

1.1.21

8 years ago

1.1.20

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago