Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 π
- Host: GitHub
- URL: https://github.com/abranhe/init-editorconfig-cli
- Owner: abranhe
- License: mit
- Created: 2018-08-15T20:15:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T20:23:40.000Z (over 6 years ago)
- Last Synced: 2024-11-02T00:02:51.774Z (about 1 month ago)
- Topics: editorconfig, init, initers
- Language: JavaScript
- Homepage: https://npm.im/init-editorconfig-cli
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - init-editorconfig-cli
README
init-editorconfig-cli
: Cli generator of .editorconfig π# Install
```
npm install init-gitignore-cli
```# Cli
```
Usage
$ init-editorconfigOptions
--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 propertyExample
$ 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/)