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

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

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:

```
.
└── .gitignore

1 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._