coala / coala-quickstart

A tool that generates an initial coala config file for you!
GNU Affero General Public License v3.0
47 stars 76 forks source link

Add an prompt to install the required dependencies after generating coafile #137

Open satwikkansal opened 7 years ago

satwikkansal commented 7 years ago

This could be another step in increasing automation. We can generate a shell script file that has commands to install the dependencies of all the bears in the written ".coafile" which are not already installed on user's system. The user can then modify (if he wants) and run the script to install the dependencies.

Not sure if coala does this already?

status/needs design

jayvdb commented 6 years ago

The user would do this by installing and using https://gitlab.com/coala/cib , which is broken atm and is another one of the projects this year.

jayvdb commented 6 years ago

Overlaps a lot with https://github.com/coala/coala-quickstart/issues/33