https://github.com/stefanwalther/boilr-editorconfig
boilr template for an .editorconfig
https://github.com/stefanwalther/boilr-editorconfig
boilerplate boilr boilr-template editorconfig
Last synced: 3 months ago
JSON representation
boilr template for an .editorconfig
- Host: GitHub
- URL: https://github.com/stefanwalther/boilr-editorconfig
- Owner: stefanwalther
- Created: 2017-07-26T19:19:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T17:03:59.000Z (4 months ago)
- Last Synced: 2025-04-12T20:11:59.934Z (3 months ago)
- Topics: boilerplate, boilr, boilr-template, editorconfig
- Language: Makefile
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
Awesome Lists containing this project
README
# boilr-editorconfig
> boilr template for an .editorconfig
---
## Purpose
Just a very basic .editorconfig file.The following files are generated:
```
.
└── .gitignore1 directory, 1 file
```
## Installation
Install [boilr](https://github.com/tmrts/boilr) first.Then use
```
$ boilr download stefanwalther/boilr-editorconfig
```e.g.
```
$ boilr download stefanwalther/boilr-editorconfig boilr-editorconfig
```## Usage
### Download the template```
$ boilr template download stefanwalther/boilr-editorconfig
```### Fork, modify locally and save it
```
$ git clone stefanwalther/boilr-editorconfig
```cd into it, then
```
$ boilr template save $(PWD)# e.g.
$ boilr template save $(PWD) boilr-editorconfig
```if you have for force the local updates, use
```
$ boilr template save $(PWD) -f
```### Use it
```
$ boilr template use boilr-editorconfig .
```### Get all templates
Get a list of all - locally installed - templates:
```
$ boilr template list
```## About
### Author
**Stefan Walther*** [twitter](http://twitter.com/waltherstefan)
* [github.com/stefanwalther](http://github.com/stefanwalther)### License
MIT***
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on March 09, 2025._