🚀 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.3.1
to
1.3.2
hlj.gif

Sorry, the diff of this file is not supported yet

+1
-1

@@ -29,3 +29,3 @@ const co = require('co')

let branch
tplName=tplName.toLocaleLowerCase().trim()
if (!config.tpl[tplName]) {

@@ -32,0 +32,0 @@ console.log(chalk.red('\n × Template does not exit!'))

{
"name": "hlj-cli",
"version": "1.3.1",
"version": "1.3.2",
"description": "A simple CLI for creating your projects",

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

@@ -1,2 +0,2 @@

![Scion Logo](./logo1.png)
![hlj Logo](./logo1.png)

@@ -12,19 +12,4 @@ # 婚礼纪

# Usage
Open your terminal and type `hlj-cli` or `hlj-cli -h` , you'll see the help infomation below:
```
Usage: hlj-cli <command>
![](./hlj.gif)
Commands:
add|a Add a new template
list|l List all the templates
init|i Generate a new project
delete|d Delete a template
Options:
-h, --help output usage information
-V, --version output the version number
```
# template Looks like :

@@ -35,7 +20,7 @@ ```

"react": {
"url": "github:hunliji/hlj-react-template",
"url": "https://github.com/hunliji/hlj-react-template.git",
"branch": "master"
},
"vue":{
"url": "github:hunliji/hlj-vue-template",
"url": "https://github.com/hunliji/hlj-vue-template.git",
"branch": "master"

@@ -42,0 +27,0 @@ }