icarcal / genesis

Docker environment builder by config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚧 Genesis

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

🚧 WIP 🚧

  • genesis scan
  • genesis configure
  • genesis up
  • genesis up -a
  • genesis down
  • genesis down -a
  • genesis build
  • Add networking
  • Save several config files

Running the aplication in development

You can develop and run this application via

  $ yarn start

Available commands for development

  • yarn start: alias for yarn watch
  • yarn build: build the .ts files
  • yarn watch: start the watch mode
  • yarn compile: alias for build

About

Docker environment builder by config


Languages

Language:TypeScript 100.0%