Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shariati/jenkins-cron-validator

A node module to validate jenkins cron format.
https://github.com/shariati/jenkins-cron-validator

crontab javascript jenkins jenkins-cron-format jenkins-cron-validator node-module npm-package

Last synced: about 1 month ago
JSON representation

A node module to validate jenkins cron format.

Awesome Lists containing this project

README

        

# jenkins-cron-validator
A node module to validate [Jenkins Cron format](https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/hudson/triggers/TimerTrigger/help-spec.jelly).

## Contributing

### How to Build
Compiles to JavaScript.

```bash
$ yarn build
Done in 1.43s.
```

### How to Test
Runs tests on compiled code

```bash
$ yarn test
1 passing
```

## License

[MIT](http://opensource.org/licenses/MIT)