1.0.12 • Published 1 year ago

create-saashq-app v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Create saashq app

This package includes the create-saashq-app CLI to make the creation of a saashq project lighter.

How to use

Quick usage (recommended)

Using yarn create command

yarn create saashq-app my-project

Using npx

npx create-saashq-app my-project

Manual install

Using yarn

yarn global add create-saashq-app
create-saashq-app my-app

Using npm

npm install -g create-saashq-app
create-saashq-app my-app