Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micrub/generator-mocha-testable-class
https://github.com/micrub/generator-mocha-testable-class
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/micrub/generator-mocha-testable-class
- Owner: micrub
- License: mit
- Created: 2017-12-30T19:18:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T21:49:57.000Z (about 7 years ago)
- Last Synced: 2024-11-08T08:46:38.422Z (about 2 months ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-mocha-testable-class [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Generates module with es class template and corresponding mocha test module.## Installation
First, install [Yeoman](http://yeoman.io) and generator-mocha-testable-class using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-mocha-testable-class
```Then generate your new project:
```bash
yo mocha-testable-class
```## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).## License
MIT © [Michael Rubanov]()
[npm-image]: https://badge.fury.io/js/generator-mocha-testable-class.svg
[npm-url]: https://npmjs.org/package/generator-mocha-testable-class
[travis-image]: https://travis-ci.org/micrub/generator-mocha-testable-class.svg?branch=master
[travis-url]: https://travis-ci.org/micrub/generator-mocha-testable-class
[daviddm-image]: https://david-dm.org/micrub/generator-mocha-testable-class.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/micrub/generator-mocha-testable-class