Skip to content

Commit

Permalink
chore: update init readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Mar 27, 2024
1 parent 7153209 commit 4e2a94f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion init/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Create a new Fresh project.

Run `deno run -Ar jsr:@marvinh-test/fresh-init` to create a new Fresh project.
This is a CLI tool to bootstrap a new Fresh project. To do so, run this command:

```sh
deno run -Ar jsr:@marvinh-test/fresh-init
```

Go to [https://fresh.deno.dev/](https://fresh.deno.dev/) for more information
about Fresh.
2 changes: 1 addition & 1 deletion init/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marvinh-test/fresh-init",
"version": "0.0.1-prealpha.0",
"version": "0.0.1-prealpha.1",
"exports": {
".": "./mod.ts"
},
Expand Down

0 comments on commit 4e2a94f

Please sign in to comment.