Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 789 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 789 Bytes

easyapp

Build Status npm (scoped) GitHub

A quick cli for create project

Install

# use yarn
$ yarn global add easyapp

# or
# use npm
$ npm i -g easyapp

Usage

# create a new project
$ easyapp create <project-name>

example:

$ easyapp create library

Commands

Commands:
  create                  create <project-name>

Options:
  -v, --version           Show version number

License

licensed as MIT.