2016-07-12 08:18:02 +00:00
|
|
|
# Realize
|
|
|
|
|
|
|
|
### Overview
|
|
|
|
Run, build and watch file changes with custom paths
|
2016-07-24 23:02:18 +00:00
|
|
|
|
|
|
|
### To do
|
2016-08-04 20:01:08 +00:00
|
|
|
- [x] Command start - default config file
|
2016-07-24 23:02:18 +00:00
|
|
|
- [x] Command add - new project on the config file
|
2016-07-26 17:04:13 +00:00
|
|
|
- [x] Command remove - remove project from the config file
|
2016-08-04 20:01:08 +00:00
|
|
|
- [x] Command watch - watch changes and rebuild
|
2016-07-26 17:04:13 +00:00
|
|
|
- [x] Command list - print projects list
|
2016-07-24 23:02:18 +00:00
|
|
|
- [x] Remove duplicate projects
|
2016-08-04 20:01:08 +00:00
|
|
|
- [x] Support for multiples projects
|
|
|
|
- [x] Watcher files preview
|
2016-08-14 15:22:48 +00:00
|
|
|
- [x] Support for directories with duplicates names
|
|
|
|
- [ ] Unit test
|
2016-08-04 23:08:57 +00:00
|
|
|
- [ ] Documentation
|
2016-08-16 10:20:20 +00:00
|
|
|
- [ ] Support for server start/stop
|
2016-08-14 15:22:48 +00:00
|
|
|
- [x] Cli feedback
|