Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stefanwalther/boilr-mocha-conf
- Owner: stefanwalther
- Created: 2018-01-21T01:24:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T01:25:17.000Z (about 7 years ago)
- Last Synced: 2024-12-19T08:03:17.452Z (about 2 months ago)
- Topics: boilerplate, boilr, boilr-template, mocha
- Language: Makefile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
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.js1 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._