@santus/create-app
v0.0.1-alpha.7
Published
Create a new project based on templates from github.com/krisantuswanandi
Downloads
3
Readme
Create Santus App
Generate a new project based on boilerplates from github.com/krisantuswanandi.
Usage
To create a new project, run:
npm create @santus/app@latest
yarn create @santus/app
pnpm create @santus/app@latest
You can also directly specify the project name using:
npm create @santus/app@latest project-name
yarn create @santus/app project-name
pnpm create @santus/app@latest project-name
Development
To build the project for local environment, run:
pnpm install
pnpm run dev
Install the local package manually, run:
npm link # haven't been able to use pnpm to install global bin
Check if the package is installed, run:
create-app -h