Skip to content

Commit

Permalink
move cli to livefir/cli repo (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
adnaan authored Mar 30, 2024
1 parent aed4bd5 commit 3b25bc5
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 484 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ Fir sits somewhere between [Phoenix Liveview](https://github.com/phoenixframewo

## CLI

You don't need this to get started but the the cli can be used to generate the boilerplate:
You don't need this to get started but the the cli can be used to generate a simple quickstart boilerplate:

```go
go run github.com/livefir/fir/cli gen project -n quickstart // generates a folder named quickstart
go run github.com/livefir/cli gen project -n quickstart // generates a folder named quickstart
cd quickstart
go run main.go
open localhost:9867

go run github.com/livefir/fir/cli gen route -n index // generates a new route
go run github.com/livefir/cli gen route -n index // generates a new route
```


Expand Down
21 changes: 0 additions & 21 deletions cli/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions cli/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions cli/cmd/gen.go

This file was deleted.

24 changes: 0 additions & 24 deletions cli/cmd/project.go

This file was deleted.

50 changes: 0 additions & 50 deletions cli/cmd/public.go

This file was deleted.

38 changes: 0 additions & 38 deletions cli/cmd/root.go

This file was deleted.

24 changes: 0 additions & 24 deletions cli/cmd/route.go

This file was deleted.

30 changes: 0 additions & 30 deletions cli/cmd/secret.go

This file was deleted.

139 changes: 0 additions & 139 deletions cli/gen/gen.go

This file was deleted.

23 changes: 0 additions & 23 deletions cli/gen/routes_assets/layout.html.str

This file was deleted.

Loading

0 comments on commit 3b25bc5

Please sign in to comment.