Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abranhe/init-editorconfig-cli

Cli generator of .editorconfig 🐭
https://github.com/abranhe/init-editorconfig-cli

editorconfig init initers

Last synced: about 1 month ago
JSON representation

Cli generator of .editorconfig 🐭

Awesome Lists containing this project

README

        









init-editorconfig-cli
: Cli generator of .editorconfig 🐭
















# Install

```
npm install init-gitignore-cli
```

# Cli

```
Usage
$ init-editorconfig

Options
--help Show this message and close
--feedback, -f Send a feedback
--root, -r Special property that should be specified at the top
of the file outside of any sections. Set to true stop .editorconfig files search on
current file
--match, -m Set special characters to be recognized for EditorConfig
--also, -a Leave black space between properties
--property, -p Set a new property
--value, -v Set value for property

Example
$ init-editorconfig --root true -m "*.py" -p indent_style -v space
```

**NOTE**: must have `--property` and `--value` to add a property.

# TODO

- [ ] Accept more than one property at once
- [ ] Make that `--also` work propertly

# Related

- [init-editorconfig](https://github.com/abranhe/init-editorconfig): API for this module 🐭
- [init-gitignore](https://github.com/abranhe/init-gitignore): Because making git ignore files should be easier.
- [init-pkg-json](https://github.com/abranhe/init-pkg-json): πŸ“¦ Complex generator of Package.json.
- [init-pkg-json-cli](https://github.com/abranhe/init-pkg-json-cli): CLI for package.json generator πŸ“¦ .
- [init-gitignore-cli](https://github.com/abranhe/init-gitignore-cli): CLI for init-gitignore

# Team

|[![Carlos Abraham Logo](https://avatars3.githubusercontent.com/u/21347264?s=50&v=4)](https://19cah.com)|
| :-: |
| [Carlos Abraham](https://github.com/abranhe) |

# License

[MIT](https://github.com/abranhe/init-editorconfig-cli/blob/master/LICENSE) License Β© [Carlos Abraham](https://github.com/abranhe/)


 top ↑