easyify-cli
Advanced tools
Comparing version 1.0.6 to 1.0.8
{ | ||
"name": "easyify-cli", | ||
"version": "1.0.6", | ||
"version": "1.0.8", | ||
"description": "A simple CLI for scaffolding easyify projects.", | ||
@@ -9,3 +9,6 @@ "preferGlobal": true, | ||
"easyify-init": "bin/easyify-init", | ||
"easyify-list": "bin/easyify-list" | ||
"easyify-list": "bin/easyify-list", | ||
"ey": "bin/ey", | ||
"ey-init": "bin/ey-init", | ||
"ey-list": "bin/ey-list" | ||
}, | ||
@@ -18,6 +21,8 @@ "repository": { | ||
"easyify", | ||
"workflow", | ||
"generator", | ||
"cli", | ||
"spa" | ||
], | ||
"author": "webkong", | ||
"author": "webkong 772930508@qq.com", | ||
"license": "MIT", | ||
@@ -28,4 +33,3 @@ "bugs": { | ||
"homepage": "https://github.com/webkong/easyify-cli#readme", | ||
"scripts": { | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
@@ -32,0 +36,0 @@ "async": "^2.4.0", |
@@ -1,3 +0,6 @@ | ||
# easyify-cli [![Build Status](https://img.shields.io/circleci/project/webkong/easyify-cli/master.svg)](https://circleci.com/gh/webkong/easyify-cli) [![npm package](https://img.shields.io/npm/v/easyify-cli.svg)](https://www.npmjs.com/package/easyify-cli) | ||
# easyify-cli | ||
![CircleCI](https://img.shields.io/circleci/project/github/webkong/easyify-cli.svg)[![npm package](https://img.shields.io/npm/v/easyify-cli.svg)](https://www.npmjs.com/package/easyify-cli)![npm](https://img.shields.io/npm/l/easyify-cli.svg)![node](https://img.shields.io/node/v/easyify-cli.svg) | ||
A simple CLI for scaffolding easyify projects. | ||
@@ -15,3 +18,3 @@ | ||
``` bash | ||
$ easyify init <template-name> <project-name> | ||
$ easyify/ey init <template-name> <project-name> | ||
``` | ||
@@ -22,8 +25,13 @@ | ||
``` bash | ||
$ easyify init web my-project | ||
$ easyify/ey init web my-project | ||
``` | ||
### Other | ||
[easyify](https://github.com/webkong/easyify) | ||
[easyify document](https://easyify.webkong.cn) | ||
[easyify template](https://github.com/easyify) | ||
### License | ||
[MIT](http://opensource.org/licenses/MIT) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26491
22
36