Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

easyify-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easyify-cli - npm Package Compare versions

Comparing version 1.0.6 to 1.0.8

.circleci/config.yml

14

package.json
{
"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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc