@vlandoss/run-run
v0.0.17
Published
The CLI toolbox to fullstack common scripts in Variable Land
Readme
🦊 run-run
CLI toolbox to fullstack common scripts in Variable Land 👊
Prerequisites
- Bun >= 1.2.4
Toolbox
Installation
pnpm add @vlandoss/run-runIt will adds the rr and run-run command to your project
Usage
[!NOTE] The documentation is WIP
Run the help command:
rr helpTroubleshooting
To enable debug mode, set the DEBUG environment variable to run-run:* before running any command.
DEBUG=run-run:* rr <command>Additionally, there is an special command to display package.json information:
rr info:pkg --help