0.0.1-alpha.3 • Published 1 year ago

create-santus v0.0.1-alpha.3

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

create-santus

Sample CLI project to generate new projects from boilerplate, based on create-vite

Usage

To create a new project, run:

npm create santus@latest

You can also directly specify the project name using, run:

npm create santus@latest project-name

Development

To build the project for local environment, run:

npm run dev

Install the local package manually, run:

npm link

Check if the package is installed, run:

create-santus -h