Add a rebuild command that will take the content from `build` and update `src` with it. I think a rename of the commands it's gonna be needed. My proposal it's: ```bash $ louki update => Updates `src` with `build` $ louki build => Builds `build` with `src` ```
Add a rebuild command that will take the content from
buildand updatesrcwith it.I think a rename of the commands it's gonna be needed. My proposal it's: