Skip to content

sinedied/yippie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yippie

NPM version Build status Node version License

Extensible base generator and tools to chill out your Yeoman worflow

Usage

This generator extends Yeoman base generator with all the boilerplate needed to create complex template-driven generators, and even more.

First install the dependency:

npm install --save yippie

Then create a new generator like this:

'use strict';
const Generator = require('yippie');
module.exports = Generator.make({ baseDir: __dirname });

Add some template files in a templates/ folder and you're done.

Congratulations on making your first Yeoman generator! 🎉

About

Extensible base generator and tools to chill out your Yeoman worflow

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published