1.0.0 • Published 4 years ago

generator-cauldron v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

Cauldron generator

Build and test package semantic-release npm-version

Generator to build javascript web projects, it was built for educational purposes. Any user can contribute to this package and add new cool features!

This version was based on this repository), but it is more generic and with new features (soon).

Prerequisites

To run this generator (based on Yeoman):

  • NodeJS LTS (10.x or 12.x)
  • Yarn
  • Yeoman:
$ npm install -g yo

Installation

To install the generator:

$ npm install -g generator-cauldron

How does it work?

All the information about this generator and the template are in our Wiki.

Contributing

Yes! If you want to add new features to this project:

  1. Fork this repo
  2. Implement your feature
  3. Do a pull request

Some details: