@criticalmanufacturing/training-simulator-erp
v1.0.1
Published
Critical Manufacturing Training ERP Simulator
Downloads
1
Maintainers
Keywords
Readme
Training ERP Simulator
ERP Simulator is a small tool used on Critical Manufacturing Partners training to simulate an external ERP system.
This is a very limited tool, currently only containing a small set of features, but that allow how customers and partners to understand how easily an external system can be integrated with Critical Manufacturing MES.
To see the list of available APIs please check the API Index.
How to start
To start just run:
npm install @criticalmanufacturing/training-simulator-erp -g
and then:
cmf-simulator-erp
By default the application will run on port 9000. If you want to specify a different port use the --port
option:
cmf-simulator-erp --port 80
For more details use the --help
option.