cli command to generate and manage docker-compose.yml files
data/
- where redis database stores docker-compose recipeslib/compozen.js
- where all the backend compozen functions are definedcli.js
- main entrypoint of cli command. All cli options are defined heredocker-compose.yml
- docker-compose file that defines the redis database used by compozenpackage.json
- package file of compozen
- Install nodejs v10.x (https://nodejs.org/en/download/)
- Install yarn (https://yarnpkg.com/en/docs/install)
- Run
yarn
to install node modules - Run
sudo npm link
to addcompozen
command to path