1.0.5 • Published 11 months ago

huitun-cli v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

huitun-cli

This command-line tool provides a simplified way to publish internal modules of our project.

Installation

You can install the CLI globally using the following command:

npm install -g huitun-cli

Usage Publish Command

To publish an internal module, use the publish command with the required arguments:

huitun-cli publish my_module --env=development

Replace development with the target environment and my-module with the name of the module you want to publish.

Arguments env: The environment to which you want to publish the module. This could be development or production.

module: The name of the module you want to publish.

Example For example, if you have a module named "tb_trade" and you want to publish it to the development environment, use the following command:

huitun-cli publish tb_trade --env=development
1.0.5

11 months ago

1.1.4

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago