Build your docker environment by config.
This is basically a docker-compose written with TypeScript
It uses the fully known docker-compose files to build your entire environment
- genesis scan
- genesis configure
- genesis up
- genesis up -a
- genesis down
- genesis down -a
- genesis build
- Add networking
- Save several config files
You can develop and run this application via
$ yarn startyarn start: alias for yarn watchyarn build: build the .ts filesyarn watch: start the watch modeyarn compile: alias for build