A simple CLI tool that reads a configuration file and executes commands specified within it.
- Reads commands from a user-defined config file JS.
- Executes commands in sequence.
npm install -g ngl-setupngl-setup initExample (.ngl/setup.config.cjs):
module.exports = {
startup: [
"npm i",
"npm run build",
"npx ngl-setup run startup"
]
};| Option | Description |
|---|---|
--help, -h |
Show help message |
--version, -v |
Show version number |
This project is licensed under the Mozilla Public License version 2.0