Skip to content

Commit

Permalink
Denosk tasks description added
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgiovani committed Feb 5, 2023
1 parent eb070ff commit a34b46b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
**The task runner for Deno**
Denosk is a task runner for Deno, if you come from Node JS with the Yarn package manager and you miss being able to run a script with **yarn dev** or **yarn start** and you want to avoid writing commands like **deno task dev** or **trex run dev** if you are using the manager of Deno's Trex packages then Denosk is for you.
Denosk is a task runner for Deno, if you come from Node JS with the Yarn package manager and you miss being able to run a script with **yarn dev** or **yarn start** and you want to avoid writing commands like **deno task dev** or **trex run dev** then Denosk is for you.
**Also with Denosk you can also create tasks from the terminal.**
<a href="https://www.buymeacoffee.com/erikgiovani" target="_blank">
<img width="20%" src="https://helloimjessa.files.wordpress.com/2021/06/bmc-button.png">
Expand Down Expand Up @@ -51,7 +53,6 @@ dn task dev "deno run --watch main.ts"
```

**You can also create a task without having a deno.json file, when creating the task Denosk will create the file and include the task in it, this feature only works on deno.json files for this moment.**

</div>


Expand Down

0 comments on commit a34b46b

Please sign in to comment.