0.0.1 • Published 2 years ago

hld-cli v0.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

Creating an App

You’ll need to have NodeJs >= 14 on your local development machine (but it’s not required on the server). You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.

1. To create a new app:

npx hld-cli project

2. Input the project name

It will create a folder with the name same as the project name

Please specify the project name: my-app

3. Selecting a template

You can check the template list by the command: npx hld-cli --help

Please specify a template for the created project: miniApps