Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rohrig committed Mar 24, 2024
1 parent 199392f commit 25305aa
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 84 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,25 @@ ensure you have workpaces in your deno project. For example, in your `deno.json`

## Usage Example

```base
deno monorepo task greet
```bash
deno task mono <command>
```

This task will run the `greet` command in all the workspaces in your monorepo.
```bash
deno task mono start
```

![image](./public/terminal-start.png)

This task will run the `start` command in all the workspaces in your monorepo.

## Demo Project
This project has monodeno as a dependency. You can clone the project and run the following command to see how it works.


https://github.com/jurassicjs/denomono


```bash
git clone https://github.com/jurassicjs/denomono.git
```
79 changes: 0 additions & 79 deletions backup.ts

This file was deleted.

2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jurassicjs/monodeno",
"version": "0.0.5",
"version": "0.0.6",
"exports": "./mod.ts",
"description": "Run deno commands for a monorepo based on deno workspaces.",
"runtime": ["deno"],
Expand Down
Binary file added public/terminal-start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion test.ts

This file was deleted.

0 comments on commit 25305aa

Please sign in to comment.