Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/batterii/yeoman-helpers
- Owner: Batterii
- Created: 2019-06-06T16:29:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T14:03:34.000Z (over 1 year ago)
- Last Synced: 2024-10-08T09:54:14.646Z (about 1 month ago)
- Language: JavaScript
- Size: 1.1 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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).