1.15.2 • Published 5 years ago

generator-spfxavapattern v1.15.2

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Getting started

  • Install: npm install -g generator-spfxavapattern
  • Install: npm link generator-spfxavapattern
  • Run: yo spfxavapattern

Commands

  • yo spfxavapattern shows a wizard for generating a new generator

What do you get?

Scaffolds out a complete Avanade-style SPFX generator directory structure for you:

.
├── generators/
│   └── app/
│       ├── index.js
│       └── templates/
│           └── assets/
│           |   └── images/
│           |   |   └── oweebearApps.png
│           |   └── scripts/
│           |       └── bootstrap.min.js
│           |       └── jquery.min.js
│           |       └── react-bootstrap.min.js
│           |       └── react.production.min.js
│           └── services/
|               ├── o365SP_AzureService.ts
|               ├── o365SP_CommonService.ts
├── .gitignore
├── .yo-rc.json
├── README.md
├── package.json

License

© Owee Penaranda <www.oweepenaranda.com>