Saturate / HelixForge

Use HelixForge to build your Helix Solutions. (Also all other solutions, because why not!)
MIT License
0 stars 0 forks source link

Configuration builder #5

Open Volzy opened 7 years ago

Volzy commented 7 years ago

Create a UI, where user can check off requirements and build config files.

E.g. CSS preprocessor

Test library

Code coverage tool

Volzy commented 7 years ago

I'm thinking a Modernizr-like site where you can tick boxes and have a set of config files built for you. Also extendable by copy/pasting current set of configs and be able to further select options as your project need more tooling.

Saturate commented 7 years ago

I was thinking Yeoman could do this for us in the frist version. The great thing about that is that Yeoman is build in a cool way so that we can use the API in a electron app this has already been done take a look here:

https://github.com/yeoman/yeoman-app

I guess people could use this app, or we could do something similar.

With this is both the configuration and the code for the configuration, as we don't want to install things that are not needed for the project.