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
- Host: GitHub
- URL: https://github.com/codeofnode/work-event-gen
- Owner: codeofnode
- License: mit
- Created: 2017-09-26T21:32:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T21:33:10.000Z (over 8 years ago)
- Last Synced: 2025-03-23T09:35:28.516Z (about 1 year ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)