Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more

🏁 DRux

drux start instead of deno task start. create a yaml file called project.yml in the root directory of your project. put your tasks in tasks:.

Example project.yml file.

Deno CI GitHub Contributors drux Made by ibodev1 TypeScript semantic-release

⭐ Getting started

CLI

You can also install it globally using the following:

deno install --allow-read --allow-run -n drux https://raw.githubusercontent.com/ibodev1/drux/master/cli.ts

Then, the package is available to run:

drux <task name>

Alternatively, you can use it directly from the CLI by using deno run:

deno run --allow-read --allow-run https://raw.githubusercontent.com/ibodev1/drux/master/cli.ts <task name>

CLI with DPX

After installing DPX, you can directly use the CLI using the dpx command:

dpx --allow-read --allow-run drux <task name>

Configuration

Required permissions:

  1. --allow-read
  2. --allow-run

πŸ‘©β€πŸ’» Development

Run tests:

deno test --allow-read --allow-run

πŸ“„ License

MIT Β© ibodev1