https://github.com/lesnitsky/editorconfig-cli
📝🔧 initialize .editorconfig in your terminal
https://github.com/lesnitsky/editorconfig-cli
cli command-line-tool editorconfig editorconfig-cli
Last synced: 4 months ago
JSON representation
📝🔧 initialize .editorconfig in your terminal
- Host: GitHub
- URL: https://github.com/lesnitsky/editorconfig-cli
- Owner: lesnitsky
- Created: 2015-10-02T21:13:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T22:49:07.000Z (over 1 year ago)
- Last Synced: 2025-05-15T16:45:23.431Z (5 months ago)
- Topics: cli, command-line-tool, editorconfig, editorconfig-cli
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 28
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝🔧 Editorconfig CLI
Initialize .editorconfig in your terminal
---
## Installation
```sh
npm i -g editorconfig-cli
```## Commands
- `init` - create new .editorconfig
- `add-rules` - add rules to existing .editorconfig file## Usage
```sh
ec init
```
to use defaults w/o questionnaire:
```sh
ec init -y
``````sh
ec add-rules
```## Generate a new .editorconfig without any installs
```sh
npx editorconfig-cli init -y
```
#### Help
```sh
ec --help
```