Attributes
Includes Deno configuration
Repository
Current version released
3 years ago
π 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:.
β Getting started
CLI
You can also install it globally using the following:
deno install --allow-read --allow-run --unstable --import-map https://raw.githubusercontent.com/ibodev1/drux/master/import_map.json -n drux https://raw.githubusercontent.com/ibodev1/drux/master/cli.tsThen, 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 --unstable --import-map https://raw.githubusercontent.com/ibodev1/drux/master/import_map.json -n drux 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:
--allow-read--allow-run
π©βπ» Development
Run tests:
deno test --allow-read --allow-runπ License
MIT Β© ibodev1