20 lines
535 B
Markdown
20 lines
535 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
|
|
|
|
|
|
- [x] Support for directories with duplicates names
|
|
- [ ] Unit test
|
|
- [ ] Documentation
|
|
- [x] Cli feedback |