0.0.10 • Published 2 years ago
@wakaru/cli v0.0.10
@wakaru/cli
Development
To run the CLI in development mode, use the following command:
MacOS / Linux
.\bin\run.sh all .\input.js --forceWindows
.\bin\run.cmd all .\input.js --forceScript
pnpm run dev-cli -- -- all .\iput.js --forcePlease aware that double -- is required to pass arguments to the script.