1.0.1 • Published 4 years ago

factory-part-generator v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

🏭 Factory part generator

License NPM Version

A Node.js powered machine that generates machinery pieces with different features.

Usage:

$ machine start

Commands:

Commanddescription
startStarts machine parts production.
statusChecks machine status.

Params for start:

Parametertypedefaultdescription
--quantityinteger10Number of pieces generated before stopping ( Min 1 piece ).
--intervalinteger4Time to wait (Seconds) between machinery parts production ( Min 2 seconds, Max 8).
--qualityinteger66Quality (Possible deviation) of parts produced.

Todo:

  • Make it a NPM package.