Commands
Dyno provides some commands that help to decrease the time doing manual things, currently, we only have 3 commands, but we hope to add more soon.
- dyno init: initializes the dyno workspace
- dyno map: maps your dependencies to
dyno_map.jsonfile - dyno run: executes the scripts declared in
dyno.jsonfile
Init Command
This command will start a deno workspace, specifically, if you are using Visual Studio Code, it will add dyno_map.json to your project's settings.json and create a dyno.json.
The dyno_map.json file will be created automatically when using: dyno map
Map Command
The map command will map, format and export your declared dependencies to dyno_map.json, to make it usable
Run Command
If you have declared scritps in your deno.json file, dyno will execute the script-specific command.