Awesome
📝🔧 Editorconfig CLI
Initialize .editorconfig in your terminal
Installation
npm i -g editorconfig-cli
Commands
init
- create new .editorconfigadd-rules
- add rules to existing .editorconfig file
Usage
ec init
to use defaults w/o questionnaire:
ec init -y
ec add-rules
Generate a new .editorconfig without any installs
npx editorconfig-cli init -y
Help
ec --help