apphouse-cli
v0.0.4
Published
CLI app to create apphouse apps
Downloads
3
Readme
apphouse-cli
A command-line interface (CLI) application that facilitates the creation of initial project structures for Apphouse apps.
Ensure you are using node version v18.0.0
nvm use v18.0.0
Install the cli globally
npm install -g apphouse-cli
Generating app
apphouse-cli app-name
Development
Generating starter-kit
The following command re-generates the starter kit and it also let's you test the scaffolding script. This is to be used when developing for the cli app only
npm run scaffold
Development
npm install
To make your CLI app globally installable, you need to link it with your system. Run the following command:
npm link