Skip to content

Commit

Permalink
docs: πŸ“š Add nu 'super-powers' to README 🀘
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Jun 3, 2024
1 parent 00063bb commit 066ccd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

`nur` is a simple, yet very powerful task runner. It borrows ideas from [`b5`](https://github.com/team23/b5)
and [`just`](https://github.com/casey/just), but uses [`nu` shell scripting](https://www.nushell.sh/book/programming_in_nu.md)
to define the tasks. This allows for well-structured tasks.
to define the tasks. This allows for well-structured tasks while being able to use the super-powers of `nu`
in your tasks.

## Quick overview and example

Expand Down

0 comments on commit 066ccd1

Please sign in to comment.