yeoman-util

0.5.3 • Public • Published

yeoman-util

Make yeoman less painful to work with.

var util = require('yeoman-util');
 
var MyGenerator = {
    writing: {
        // Straightforward copying of files
        eslintrc: util.copy('.eslintrc', '.eslintrc.json5'),
 
        // Straightforward editing of package.json files
        package: util.manifest()
    }
};

Readme

Keywords

none

Package Sidebar

Install

npm i yeoman-util

Weekly Downloads

8

Version

0.5.3

License

CC0-1.0

Last publish

Collaborators

  • izaakschroeder