0.7.4 • Published 2 months ago

create-jitar v0.7.4

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

Create Jitar

This package provides a command line tool to create new Jitar applications quickly.

Usage

With npm:

npm create jitar@latest

With yarn:

yarn create jitar

With pnpm:

pnpm create jitar

The tool will ask you a few questions and then create a new Jitar application in the current directory.

Development

To use Vite for development jitar needs to run in a separate process. To start the development server open a new terminal and run:

npm run dev

Options

You can pass options to the tool by using the -- separator:

npm create jitar@latest -- --template=value

The following templates are available:

  • react
  • vue
  • svelte
  • lit
  • solid
  • none (jitar-only)
0.7.4

2 months ago

0.7.1

3 months ago

0.7.0

4 months ago

0.6.0

4 months ago

0.5.1

5 months ago

0.5.0

5 months ago

0.4.2

10 months ago

0.4.1

12 months ago

0.4.0

12 months ago

0.3.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago