unconfigurator
v0.0.1-alpha.26
Published
A web ui for managing frontend configurations
Downloads
29
Maintainers
Readme
Project is developing, not ready for use, please contact me if you are interested in this project: [email protected]
Try to make a simple command: just run unconfigurator
or configure
command in the project root directory, and then you can manage all the configurations of the project through the web page.
Features
- [x] Plugin System
- [x] Command Line Interface
- [x] Web Interface
Integration
- [x] package.json management
- [ ] configure.json management
- [ ] .gitignore management
- [ ] .npmignore management
- [ ] .editorconfig management
- [ ] .eslintrc management
- [ ] .prettierrc management
- [ ] .stylelintrc management
- [ ] .browserslistrc management
- [ ] .babelrc management
- [ ] tsconfig.json management
- [ ] .env management
Problem
Now, although there are tools like c12
that can easily read xx.config.js
/ xx.config.ts
configuration, but there is no good tool to programmatically edit these configuration files. So currently, we can only do json
/ yaml
configuration files, but these configuration files are not as flexible as js
/ ts
configuration files.