🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

hlj-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hlj-cli - npm Package Compare versions

Comparing version
1.1.0
to
1.2.0
+1
-1
package.json
{
"name": "hlj-cli",
"version": "1.1.0",
"version": "1.2.0",
"description": "A simple CLI for creating your projects",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -29,4 +29,19 @@ ![Scion Logo](./logo1.png)

```
# template Looks like :
```
{
"tpl": {
"react": {
"url": "github:hunliji/hlj-react-template",
"branch": "master"
},
"vue":{
"url": "github:hunliji/hlj-vue-template",
"branch": "master"
}
}
}
```

@@ -6,4 +6,8 @@ {

"branch": "master"
},
"vue": {
"url": "github:hunliji/hlj-vue-template",
"branch": "master"
}
}
}