Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldy505/add-editorconfig
Small and simple CLI app to generate .editorconfig based on a given settings.
https://github.com/aldy505/add-editorconfig
editorconfig rust
Last synced: 17 days ago
JSON representation
Small and simple CLI app to generate .editorconfig based on a given settings.
- Host: GitHub
- URL: https://github.com/aldy505/add-editorconfig
- Owner: aldy505
- License: mit
- Created: 2021-11-14T09:23:59.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T14:08:55.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T16:12:35.787Z (about 1 month ago)
- Topics: editorconfig, rust
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# add-editorconfig
Small and simple CLI app to generate .editorconfig based on a given settings.
## Usage
```sh
# Will create an .editorconfig in the current directory
$ add-editorconfig# Will create an .editorconfig with the default config from .editorconfig that
# exists on the home directory.
$ add-editorconfig default# Show help
$ add-editorconfig help# Show current version
$ add-editorconfig version
```## Installation
Yes, you'll need to build from source.
1. Clone this repository.
2. Make sure to have Rust in your system. At this point of time, I have v1.54.0.
3. Run `cargo build --all-targets --release`.
4. Run `sudo cp -v target/release/add-editorconfig /usr/local/bin`.
If you're not running in Linux, try to check how to move file on your own.
5. Check it via `add-editorconfig version`.## License
[MIT](./LICENSE)