New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

hzero-react-scripts

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

hzero-react-scripts

> TODO: description

unpublished
latest
Source
npmnpm
Version
1.2.17
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

hzero-cli

Description

The Hzero CLI is a command-line interface tool that helps you to initialize, develop, and maintain your Hzero applications. Read more here.

Installation

$ npm install -g hzero-cli --registry http://nexus.saas.hand-china.com/content/groups/hzero-npm-group
$ hzero-cli new sample

Usage

$ hzero-cli --help
  • 查看 Hzero 模块 信息 (在主目录下运行命令)

    $ hzero-cli info
    
  • 创建子模块 (在主目录下运行命令)

    $ hzero-cli g sub-module module1
    
  • 升级 Hzero 模块 (在主目录下运行命令)

    $ hzero-cli update
    
  • 增量编译子模块到主目录 (在子模块目录下运行)

    $ yarn build:ms
    

    运行之后主目录会生成 dist/packages/xxxx 子模块 dist 资源文件, xxx 为子模块名。

Learn more in the official documentation.

FAQs

Package last updated on 03 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts