Simple Config Environment Generator
If you like any of my work, you can support me on: https://barelyhuman.dev/donate
I setup the same type of config files for most project and this cli basically takes care of those 2-3 steps that I normally do, the repo and the cli will change behavior based on how I keep setting up projects in the future.
$ npm install --global @barelyreaper/add-config
$ add-config --help
Usage
$ add-config [options]
Options
-p, --path path to consider as root
-t, --type type of config, currently supports [react|node|react-native]
Examples
$ add-config -p . --type=react
Created!
The easiest way to contribute to this project is to create a fork of this repository and raise PRs based on the issues you pick. Though let the maintainer know that you are picking up an issue to avoid any kind of overlaps
MIT © Reaper