项目作者: jaumard

项目描述 :
Homey App generator
高级语言: JavaScript
项目地址: git://github.com/jaumard/generator-homey.git
创建时间: 2017-02-08T06:04:50Z
项目社区:https://github.com/jaumard/generator-homey

开源协议:MIT License

下载


generator-homey NPM version Build Status Dependency Status Code Climate

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).

  1. npm install -g yo
  2. npm install -g generator-homey

Then generate your new project:

  1. yo homey
  2. //or
  3. yo homey com.homey.hello

You can also generate new driver to your homey app like this:

  1. 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