0.3.0 • Published 5 years ago

editorconfig-cli v0.3.0

Weekly downloads
59
License
MIT
Repository
github
Last release
5 years ago

📝🔧 Editorconfig CLI

Initialize .editorconfig in your terminal


Installation

npm i -g editorconfig-cli

Commands

  • init - create new .editorconfig
  • add-rules - add rules to existing .editorconfig file

Usage

ec init

usage

to use defaults w/o questionnaire:

ec init -y
ec add-rules

usage

Help

ec --help