Home

Awesome

📝🔧 Editorconfig CLI

Initialize .editorconfig in your terminal


Installation

npm i -g editorconfig-cli

Commands

Usage

ec init

usage

to use defaults w/o questionnaire:

ec init -y
ec add-rules

Generate a new .editorconfig without any installs

npx editorconfig-cli init -y

usage

Help

ec --help