generator-homey
v1.0.1
Published
Homey App generator
Downloads
2
Maintainers
Readme
generator-homey
Homey App generator
This generator allow you to create a basic homey app structure ready to deploy with permissions, category. It also let you generate drivers for a generated app.
Installation
First, install Yeoman and generator-homey using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-homey
Then generate your new project:
yo homey
//or
yo homey com.homey.hello
You can also generate new driver to your homey app like this:
yo homey:driver driverId
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
MIT © jaumard