This is my package description.
Install package:
# npm
npm install @uni-helper/hbuilder-x-cli
# yarn
yarn add @uni-helper/hbuilder-x-cli
# pnpm
pnpm install @uni-helper/hbuilder-x-cli
Import:
// ESM
import {} from "@uni-helper/hbuilder-x-cli";
// CommonJS
const {} = require("@uni-helper/hbuilder-x-cli");
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Run interactive tests using
pnpm dev
Made with 💛
Published under MIT License.