Skip to content

Commit

Permalink
CLI Parity (#25)
Browse files Browse the repository at this point in the history
* temp changes

* Write config to file

* View projects and options

* Fix undefined error

* Add options to modify project

* Way to add current repo
  • Loading branch information
natesawant authored Jun 19, 2024
1 parent a26f787 commit f5c6fb2
Show file tree
Hide file tree
Showing 18 changed files with 466 additions and 10,515 deletions.
6 changes: 3 additions & 3 deletions cli/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generate-routes-cli

To build the script, change directory to `routes/cli` run the following
To build the script, change directory to `./cli/` run the following

```bash
bun run build
Expand All @@ -10,6 +10,6 @@ bun link
To run the executable script anywhere else, run the following:

```bash
bun link generate-routes-cli
bunx generate-routes-cli # or npx instead
bun link generate-devdb
bunx generate-db # or npx instead
```
Loading

0 comments on commit f5c6fb2

Please sign in to comment.