Lines Matching refs:cli
6 … and publish them in the form of an HPM Part. To develop HPM Parts, install the hpm-cli tool first.
13 ## Installing hpm-cli
15 The hpm-cli tool is developed based on Node.js. Therefore, you must install Node.js and then use np…
18 ### Installing Node.js and hpm-cli
25 2. Install the hpm-cli tool using **npm** delivered with **Node.js**. Run the following command:
28 npm install -g @ohos/hpm-cli
40 npm update -g @ohos/hpm-cli
44 ### (Optional) Configuring hpm-cli
46 After hpm-cli is installed, run the following command to view the hpm configuration:
122 The hpm-cli tool provides a few default templates. More templates are available on [DevEco Marketpl…
222 The hpm-cli tool supports command integration so that you can select any build tool (such as make, …
292 The hpm-cli tool automatically starts the build. After the build is complete, an image file will be…