factory-part-generator
v1.0.1
Published
Node.js powered machine that generates machinery pieces with different properties.
Downloads
3
Maintainers
Readme
🏭 Factory part generator
A Node.js powered machine that generates machinery pieces with different features.
Usage:
$ machine start
Commands:
Command | description --- | --- | start | Starts machine parts production. status | Checks machine status.
Params for start:
Parameter | type | default | description --- | --- | --- | --- --quantity | integer | 10 | Number of pieces generated before stopping ( Min 1 piece ). --interval | integer | 4 | Time to wait (Seconds) between machinery parts production ( Min 2 seconds, Max 8). --quality | integer | 66 | Quality (Possible deviation) of parts produced.
Todo:
- [x] Make it a NPM package.