Socket
Socket
Sign inDemoInstall

generator-things-factory

Package Overview
Dependencies
8
Maintainers
3
Versions
124
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-things-factory

>


Version published
Maintainers
3
Install size
25.7 MB
Created

Readme

Source

generator-things-factory NPM version Build Status Dependency Status Coverage percentage

Installation

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

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

To generate your new things-factory application project:

yo things-factory:app

To generate your new things-factory base-module project:

yo things-factory:base-module

To generate your new things-factory ui-module project:

yo things-factory:ui-module

To generate your new things-factory resource:

yo things-factory:resource

To generate your new things-factory page:

yo things-factory:page

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

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

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

$ mkdir xxx-yyy # 원하는 모듈 이름의 폴더를 만든다.
$ cd xxx-yyy    # 폴더로 이동한다.
$ yo things-factory:app  # 어플리케이션을 만든다.

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

Keywords

FAQs

Last updated on 21 Aug 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc