Socket
Socket
Sign inDemoInstall

create-yo

Package Overview
Dependencies
14
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-yo

Use Yeoman generators via "npm init"


Version published
Weekly downloads
11
decreased by-42.11%
Maintainers
1
Install size
147 kB
Created
Weekly downloads
 

Changelog

Source

2.0.0 (2020-05-12)

⚠ BREAKING CHANGES

  • drops support for Node.js v8

Features

  • support scoped generators (2b60c7f)

Bug Fixes

  • security updates, housekeeping (6a2ae27)
  • drop support for Node.js v8 (9b8d776)

Readme

Source

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

Keywords

FAQs

Last updated on 12 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc