1.1.0 • Published 3 years ago

react-hmp-cli v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Introduction

react-hmp-cli is a custom scaffolding tool used to automatically build or pull github content.

Install

Install react-hmp-cli scaffolding globally.

  npm install -g react-hmp-cli

or

  yarn add react-hmp-cli -g

Use

Use react-hmp-cli scaffolding to install the internal default template,you only need to follow the project name.

  hmp init <project-name>

If you want to pull the template code of the specified github repository and pull the code of the specified branch as a template, you can keep up with the following two optional parameters.

  hmp init <project-name> [-u git_address] [-b branch]

If you want to simply pull the content in the github repository and disassociate it from the corresponding github repository, you can use the following command to download.

  hmp download <git_address> [-b branch]
1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago