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

https://github.com/codeofnode/work-event-gen

To generate the work events based on period and holidays
https://github.com/codeofnode/work-event-gen

Last synced: about 1 month ago
JSON representation

To generate the work events based on period and holidays

Awesome Lists containing this project

README

          

# work-event-generator
> The work event generator

## How to start
```
$ npm install
$ npm start
```

## How to use with options
```
$ npm start -- -- [-d=report] [-p=]
```
* Keep a `input.json` file in process cwd directory
* -d=report directory (can be configured with -d), where the file will be written
* -p=

# Directory structure
* index.js - the main entry file
* lib - the independent liraries like `request`, `util` etc
* src - the source code in form of modules (classes). There are two classes
* Service (that's the main service)
* Generator (that's main event generator)

## How to test
```
$ npm test
```

## How to test, finding coverage, build, running lint, docs everything
```
$ npm run all
```

## License
MIT © [Ramesh Kumar](codeofnode-at-the-rate-gmail-dot-com)