Fixed layout
This commit is contained in:
parent
d277650646
commit
22f8993699
|
@ -10,6 +10,7 @@ Run, build and watch file changes with custom paths
|
||||||
$ go get github.com/ghodss/yaml
|
$ go get github.com/ghodss/yaml
|
||||||
```
|
```
|
||||||
- From the root of your project/projects:
|
- From the root of your project/projects:
|
||||||
|
|
||||||
```
|
```
|
||||||
realize start
|
realize start
|
||||||
```
|
```
|
||||||
|
@ -21,18 +22,22 @@ Run, build and watch file changes with custom paths
|
||||||
realize start --name="Project Name" --main="main.go" --base="/"
|
realize start --name="Project Name" --main="main.go" --base="/"
|
||||||
```
|
```
|
||||||
- Add another project whenever you want
|
- Add another project whenever you want
|
||||||
|
|
||||||
```
|
```
|
||||||
realize add --name="Project Name" --main="main.go" --base="/"
|
realize add --name="Project Name" --main="main.go" --base="/"
|
||||||
```
|
```
|
||||||
- Remove a project by his name
|
- Remove a project by his name
|
||||||
|
|
||||||
```
|
```
|
||||||
realize remove --name="Project Name"
|
realize remove --name="Project Name"
|
||||||
```
|
```
|
||||||
- Lists all projects
|
- Lists all projects
|
||||||
|
|
||||||
```
|
```
|
||||||
realize list
|
realize list
|
||||||
```
|
```
|
||||||
- Build, Run and watch file changes. Realize will re-build and re-run your projects on each changes
|
- Build, Run and watch file changes. Realize will re-build and re-run your projects on each changes
|
||||||
|
|
||||||
```
|
```
|
||||||
realize run
|
realize run
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue