Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 511 Bytes

File metadata and controls

29 lines (17 loc) · 511 Bytes

uron-cli

Installation

$ npm install -g uron-cli

Usage

$ uron init <template-name> <project-name>

Example:

$ uron init person my-project

Official Templates

Current available templates includes:

  • person - A personal template that includes static directory manage / graphql / basic auth and so on.

  • fullstack - A fullstack template that use vusion / koa / bookshelf.