fast run ready

This commit is contained in:
alessio 2016-08-22 00:57:04 +02:00
parent c86a2c9a18
commit 3ac164ea1c

View File

@ -101,10 +101,6 @@ A Golang build system with file watchers, output streams and live reload. Run, b
--config -> If there is a config file with a project for the current directory take that configuration --config -> If there is a config file with a project for the current directory take that configuration
``` ```
![Preview](http://i.imgur.com/QNXu979.png)
#### Config file example #### Config file example
- For more examples check [Realize Examples](https://github.com/tockins/realize-examples) - For more examples check [Realize Examples](https://github.com/tockins/realize-examples)
@ -153,7 +149,7 @@ A Golang build system with file watchers, output streams and live reload. Run, b
- [x] Support for directories with duplicates names - [x] Support for directories with duplicates names
- [ ] Go test support - [ ] Go test support
- [x] Go fmt support - [x] Go fmt support
- [ ] Cli fast run - [x] Cli fast run
- [x] Execution times for build/install - [x] Execution times for build/install
- [x] Go doc - [x] Go doc
- [x] Support for server start/stop - [x] Support for server start/stop