descriptions updated

This commit is contained in:
alessio 2016-08-20 10:01:10 +02:00
parent 7c71ffaa7a
commit 04c62a6fcf

View File

@ -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
@ -43,7 +43,6 @@ A Golang build system with file watchers and live reload. Run, build and watch f
--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