0.7.8 • Published 7 months ago

create-simpi v0.7.8

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

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
0.7.8

7 months ago

0.7.7

7 months ago

0.7.6

8 months ago

0.7.5

8 months ago

0.7.4

8 months ago

0.7.3

8 months ago

0.7.2

8 months ago

0.7.1

8 months ago

0.7.0

8 months ago