@wakaru/cli
v0.0.10
Published
πͺπ¦ Unminify and beautify bundled code
Downloads
145
Readme
@wakaru/cli
Development
To run the CLI in development mode, use the following command:
MacOS / Linux
.\bin\run.sh all .\input.js --force
Windows
.\bin\run.cmd all .\input.js --force
Script
pnpm run dev-cli -- -- all .\iput.js --force
Please aware that double --
is required to pass arguments to the script.