Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stefanwalther/boilr-mocha-conf

Boilr template for a simple mocha config file.
https://github.com/stefanwalther/boilr-mocha-conf

boilerplate boilr boilr-template mocha

Last synced: about 1 month ago
JSON representation

Boilr template for a simple mocha config file.

Awesome Lists containing this project

README

        

# boilr-mocha-conf

> Boilr template for a simple mocha config file.

---

## Purpose
Simple mocha configuration boilerplate.

The following files are generated:

```
.
└── test
└── mocha.conf.js

1 directory, 1 file

```

## Installation
Install [boilr](https://github.com/tmrts/boilr) first.

Then use

```
$ boilr download stefanwalther/boilr-mocha-conf
```

e.g.
```
$ boilr download stefanwalther/boilr-mocha-conf boilr-mocha-conf
```

## Usage
### Download the template

```
$ boilr template download stefanwalther/boilr-mocha-conf
```

### Fork, modify locally and save it

```
$ git clone stefanwalther/boilr-mocha-conf
```

cd into it, then

```
$ boilr template save $(PWD)

# e.g.
$ boilr template save $(PWD) boilr-mocha-conf
```

if you have for force the local updates, use

```
$ boilr template save $(PWD) -f
```

### Use it

```
$ boilr template use boilr-mocha-conf .
```

### Get all templates

Get a list of all - locally installed - templates:

```
$ boilr template list
```

## About

### Related projects
Some related projects:

### Author
**Stefan Walther**

* [twitter](http://twitter.com/waltherstefan)
* [github.com/stefanwalther](http://github.com/stefanwalther)
* [LinkedIn](https://www.linkedin.com/in/stefanwalther/)
* [qliksite.io](http://qliksite.io)

### License
MIT

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on January 21, 2018._