realize/README.md
2016-08-04 22:03:27 +02:00

17 lines
517 B
Markdown

# Realize
### Overview
Run, build and watch file changes with custom paths
### To do
- [x] Command start - default config file
- [x] Command add - new project on the config file
- [x] Command remove - remove project from the config file
- [x] Command watch - watch changes and rebuild
- [x] Command list - print projects list
- [x] Remove duplicate projects
- [x] Support for multiples projects
- [x] Watcher files preview
- [ ] Support for directories with duplicates names
- [ ] Unit testing
- [ ] Documentation