0.7.8 • Published 3 years ago

create-simpi v0.7.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years 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

3 years ago

0.7.7

3 years ago

0.7.6

3 years ago

0.7.5

3 years ago

0.7.4

3 years ago

0.7.3

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago