0.0.4 • Published 10 months ago

apphouse-cli v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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
0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago