npm install -g hmf-cli
npx hmf-cli create
npx hmf-cli list
hmf-cli create
# or
hmf-cli create my-project
hmf-cli list
hmf-cli create my-project -t react
# or
hmf-cli create my-project --template react
hmf-cli -v
# or
hmf-cli --version
npm uninstall -g hmf-cli