Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

@uni-helper/hbuilderx-cli

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uni-helper/hbuilderx-cli

ES module for HBuilderX cli

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
24
-70.73%
Maintainers
3
Weekly downloads
 
Created
Source

@uni-helper/hbuilderx-cli

npm version npm downloads bundle License JSDocs

WIP HBuilderX cli 的 CJS/ESM 包装

安装

# npm
npm install @uni-helper/hbuilderx-cli

# yarn
yarn add @uni-helper/hbuilderx-cli

# pnpm
pnpm install @uni-helper/hbuilderx-cli

使用

作为模块

// ESM
import { createHbuilderX } from "@uni-helper/hbuilderx-cli";

// CommonJS
const { createHbuilderX } = require("@uni-helper/hbuilderx-cli");

命令行

hbx 是 HBuildeX cli 别名(alias), 用法请参考文档

pnpm install -g @uni-helper/hbuilderx-cli
hbx # or hbuilderx

配置

命令行配置项使用 unjs/c12 自动从 cwd 中加载。 你可以使用 hbx.config.json, hbx.config.{ts,js,mjs,cjs} 或者 .hbxrc

  • cli: HBuildeX cli 的绝对路径,在 Window 下默认为自动从注册表发现,在 Macos 下默认为 /Applications/HBuilderX.app/Contents/MacOS/cli

协议

基于 MIT 用 💛 发电

FAQs

Package last updated on 06 May 2023

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