- nodejs
npm i
npm run dev
This repo will takes the data/inputs/configuration.json
and apply to it the modification listed inside data/inputs/modification.json
. The application of modification will be outputed to data/outputs/output.json
. If errors occurs while the script is running, they will be logged in the terminal.
You can :
- Run HMR with =>
dev
- Run once with =>
start
- Run lint with =>
lint
- Format with =>
format
- Run tests with =>
test