create-simpi
v0.7.8
Published
Bootstrap simpi projects
Downloads
15
Readme
Create Simpi project
The CLI create-simpi
is the easiest way to get started with Simpi.
CLI
To get started, type the following command:
npm create simpi
# or
pnpm create simpi
# or using npx
npx create-simpi
You will be asked a few questions such as the name of your project, whether you want to create a TypeScript project. All necessary types/dependencies will be added and automatically installed.
Options
Usage: create-simpi [options] [project_dir]
Options:
-V, --version
Output the version number
-i, --interactive
Interactive prompt
-t, --typescript
Initialize as a TypeScript project
-h, --help
Display help