descriptions updated
This commit is contained in:
parent
7c71ffaa7a
commit
04c62a6fcf
10
README.md
10
README.md
@ -13,12 +13,12 @@ A Golang build system with file watchers and live reload. Run, build and watch f
|
|||||||
|
|
||||||
#### Features
|
#### Features
|
||||||
|
|
||||||
- Build, Install and Run in the same time
|
- Build, Install, Test and Run at the same time
|
||||||
- Live reload on file changes (re-build, re-install and re-run)
|
- Live reload on file changes (re-build, re-install and re-run)
|
||||||
- Watch custom paths
|
- Watch custom paths
|
||||||
- Watch specific file extensions
|
- Watch specific file extensions
|
||||||
- Multiple projects support
|
- Multiple projects support
|
||||||
- Output stream
|
- Output streams
|
||||||
|
|
||||||
#### Installation and usage
|
#### Installation and usage
|
||||||
|
|
||||||
@ -41,9 +41,8 @@ A Golang build system with file watchers and live reload. Run, build and watch f
|
|||||||
--main="test.go" -> Main file, if not specified sect "main.go"
|
--main="test.go" -> Main file, if not specified sect "main.go"
|
||||||
--base="server" -> Base Path, if not specified sect "main.go"
|
--base="server" -> Base Path, if not specified sect "main.go"
|
||||||
--build="true" -> Go build, if not specified sect "false"
|
--build="true" -> Go build, if not specified sect "false"
|
||||||
--bin="false" -> Base Path, if not specified sect "true"
|
--bin="false" -> Base Path, if not specified sect "true"
|
||||||
--run="false" -> Base Path, if not specified sect "true"
|
--run="false" -> Base Path, if not specified sect "true"
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -122,6 +121,7 @@ A Golang build system with file watchers and live reload. Run, build and watch f
|
|||||||
- [x] Support for directories with duplicates names
|
- [x] Support for directories with duplicates names
|
||||||
- [ ] Unit test
|
- [ ] Unit test
|
||||||
- [ ] Go test support
|
- [ ] Go test support
|
||||||
|
- [ ] Cli fast run
|
||||||
- [x] Go doc
|
- [x] Go doc
|
||||||
- [x] Support for server start/stop
|
- [x] Support for server start/stop
|
||||||
- [x] Stream projects output
|
- [x] Stream projects output
|
||||||
|
Loading…
Reference in New Issue
Block a user