pryo

0.0.2 • Public • Published

pryo Build Status

Write yeoman generators in project instead of another package.

Usage

Folder structure

├───package.json
├───src
└───generators/
    ├───app/
    │   └───index.js
    └───router/
        └───index.js

Then use `npm bin`/pryo app to execute generator generators/app/index.js

You can custom generators by add generator-folder field to package.json

Use other installed generators

Simply use pryo instead of yo.

For example, I installed generator-angular, then you can execute `npm bin`/pryo angular:controller user to generate controller files.

Command line options

pryo use yargs to parse command line optstrings, read the document to learn more

Example

Read example for more detail.

Readme

Keywords

none

Package Sidebar

Install

npm i pryo

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • bolasblack