Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johannesfischer/generator-sourcejs-specs
Yeoman generator for sourcejs spec folders in different file formats
https://github.com/johannesfischer/generator-sourcejs-specs
Last synced: 27 days ago
JSON representation
Yeoman generator for sourcejs spec folders in different file formats
- Host: GitHub
- URL: https://github.com/johannesfischer/generator-sourcejs-specs
- Owner: JohannesFischer
- License: mit
- Created: 2017-03-02T04:18:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T12:36:58.000Z (almost 8 years ago)
- Last Synced: 2024-11-26T07:05:44.638Z (27 days ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-sourcejs-specs
[![NPM version][npm-image]][npm-url]
[![Greenkeeper badge](https://badges.greenkeeper.io/JohannesFischer/generator-sourcejs-specs.svg)](https://greenkeeper.io/)Creates SourceJS spec in HTML, Pug or Markdown format
## Installation
First, install [Yeoman](http://yeoman.io) and generator-sourcejs-specs using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo generator-sourcejs-specs
```Then generate your spec in the your spec folder:
```bash
yo sourcejs-specs
```Works very similar to the [SourceJS spec gernerator](https://github.com/sourcejs/generator-sourcejs) but lets you choose the format of the specs created.
## 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 © [Johannes Fischer](https://johannesfischer.github.io/)
[npm-image]: https://badge.fury.io/js/generator-sourcejs-specs.svg
[npm-url]: https://npmjs.org/package/generator-sourcejs-specs