@pryo/environment
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

pryo-environment Build Status Coverage 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.

Example

Read example for more detail.

Readme

Keywords

none

Package Sidebar

Install

npm i @pryo/environment

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

15.5 kB

Total Files

11

Last publish

Collaborators

  • bolasblack