Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/batterii/yeoman-helpers

Helpers for Batterii Yeoman generators
https://github.com/batterii/yeoman-helpers

Last synced: 9 days ago
JSON representation

Helpers for Batterii Yeoman generators

Awesome Lists containing this project

README

        

# @batterii/yeoman-helpers
[Yeoman](https://yeoman.io/) is useful, but its API is a very unpolished. This
package contains a library of helpers to make writing generators a bit less
frustrating.

We may consider contributing some of these to the Yeoman project itself, but for
now it is easier and faster to put them here.

## `Generator` Replacement Class
For now this library contains only one item-- a base `Generator` class to use
as a drop-in replacement for the one exported by
[yeoman-generator](https://www.npmjs.com/package/yeoman-generator).

## Documentation
For information check out the [API docs](./docs.md).