GitXplorerGitXplorer
b

create-yo

public
46 stars
4 forks
14 issues

Commits

List of commits on branch master.
Verified
53595c98efcd7c26c5d27fb57f583d6539be9eaa

chore(release): 2.0.0

bboneskull committed 5 years ago
Verified
f027adcf69970e82b57516df8d9887a8366b9f07

chore: bump version

bboneskull committed 5 years ago
Verified
9b8d7769a283cf3230326d5f564b71cdf3e70e91

chore: drop support for Node.js v8

bboneskull committed 5 years ago
Unverified
2b60c7ff85334a00878458fbe6a0ef7d49c7f65c

feat: support scoped generators

vvladimyr committed 5 years ago
Verified
6a2ae27e8712d158fd58569a09c4a45b580a5ef2

fix: security updates, housekeeping

bboneskull committed 5 years ago
Unverified
0dee4f99d0b26ccf89f4a3b21d4c308200ed16f9

chore(deps): bump npm from 6.10.2 to 6.14.5

ddependabot[bot] committed 5 years ago

README

The README file for this repository.

create-yo

Use any Yeoman generator with "npm init"

As of npm v6.1.0, you can use a custom package with npm init to scaffold a project.

Table of Contents

Install

You could install this, but you shouldn't have to. Use npm to install globally if you wish.

Requirements

  • Node.js v10.0.0+
  • npm v6.1.0+

Usage

$ npm init yo <some-generator>[:subgenerator]

All Yeoman generator packages start with generator-; this prefix is optional unless you are using a scoped package. In other words, npm init yo license will work just as well as npm init yo generator-license, but to use generator @butts/generator-butts, you must specify the complete package name with npm init yo @butts/generator-butts.

See a list of generators here.

Notes

This package does little other than monkey with arguments and invoke npx programmatically.

Contribution

Please use Conventional Commit conventions. Commit messages are checked via Git hook using commitlint.

Maintainers

@boneskull

License

Copyright © 2019 Christopher Hiller. Licensed Apache-2.0