forked from goffee/goffee
initial commits 1
This commit is contained in:
parent
61645c1459
commit
c97afa7564
19 changed files with 1612 additions and 142 deletions
30
README.md
30
README.md
|
|
@ -1,3 +1,29 @@
|
|||
# goffee
|
||||
# Goffee
|
||||
|
||||
Goffee cmd
|
||||
|
||||
### What's Goffee?
|
||||
`Goffee` is the`cli` tool of the framework, it helps you create new projects and perform other tasks.
|
||||
|
||||
|
||||
### Install
|
||||
To install `Goffee` run the following command:
|
||||
```bash
|
||||
go install git.smarteching.com/goffee/goffee@latest
|
||||
```
|
||||
|
||||
## Create a new project:
|
||||
To create a new project run the following command:
|
||||
```bash
|
||||
goffee new [project-name] [project-remote-repository]
|
||||
```
|
||||
example:
|
||||
```bash
|
||||
goffee new myapp git.smarteching.com/goffee/myapp
|
||||
```
|
||||
|
||||
## Run the app in the live reloading mode
|
||||
To start the app in the `live reloading` mode for development, first cd into the project directory, then run the following command:
|
||||
```bash
|
||||
goffee run:dev
|
||||
```
|
||||
Goffe is a tool building over a fork of the awesome project of Harran Ali <harran.m@gmail.com>
|
||||
Loading…
Add table
Add a link
Reference in a new issue