Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T22:49:07.000Z (7 months ago)
- Last Synced: 2024-10-08T10:15:36.329Z (about 1 month ago)
- Topics: cli, command-line-tool, editorconfig, editorconfig-cli
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 27
- Watchers: 4
- 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
```![usage](http://i.imgur.com/Swvr12G.gif)
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
```![usage](http://i.imgur.com/tRss4Gd.gif)
#### Help
```sh
ec --help
```