1.0.0 • Published 7 years ago
generator-apparena-pattern v1.0.0
generator-apparena-pattern
Generator to create a new App-Arena pattern
Installation
First, install Yeoman and this generator with npm
npm install -g yo generator-apparena-pattern
Creating a new pattern
cd
into the App-Arena patterns root directory (it contains a.yo-rc.json
file)- Run the generator:
yo apparena-pattern
- Follow the onscreen prompts
- Overwrite the file source/patterns/index.js if prompted (make a backup of your changes!)
Done! Now edit your newly created pattern under source/patterns/...
1.0.0
7 years ago