1.0.0 • Published 2 years ago
editorconfig-cli v1.0.0
📝🔧 Editorconfig CLI
Initialize .editorconfig in your terminal
Installation
npm i -g editorconfig-cliCommands
init- create new .editorconfigadd-rules- add rules to existing .editorconfig file
Usage
ec init
to use defaults w/o questionnaire:
ec init -yec add-rulesGenerate a new .editorconfig without any installs
npx editorconfig-cli init -y
Help
ec --help