generator-things

0.4.9 • Public • Published

generator-things NPM version Build Status Dependency Status Coverage percentage

Installation

First, install Yeoman and generator-things using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-things

Then generate your new things-scene-component project:

yo things:incubator
yo things:scene-component
yo things:scene

로컬로 인스톨하는 경우 (generator-things 개발시 권장)

먼저, https://github.com/hatiolab/generator-things 로부터 generator-things 프로젝트를 설치한다.

로컬에 설치된 generator-things 폴더에서 npm link 를 실행한다.

$ mkdir things-scene-xxx # 원하는 컴포넌트 이름의 폴더를 만든다. 폴더 이름은 꼭 'things-scene-' 으로 시작되어야 한다.
$ cd things-scene-xxx    # 폴더로 이동한다.
$ yo things:scene-component  # 컴포넌트를 만든다.

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

EULA © Hatiolab

Readme

Keywords

Package Sidebar

Install

npm i generator-things

Weekly Downloads

3

Version

0.4.9

License

http://license.hatiolab.com/EULA/

Unpacked Size

140 kB

Total Files

158

Last publish

Collaborators

  • heartyoh