0.9.1 • Published 5 months ago
create-jitar v0.9.1
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.9.1
5 months ago
0.9.0
6 months ago
0.7.6
10 months ago
0.8.1
9 months ago
0.8.0
9 months ago
0.8.2
9 months ago
0.7.5
1 year ago
0.7.4
1 year ago
0.7.1
1 year ago
0.7.0
1 year ago
0.6.0
1 year ago
0.5.1
2 years ago
0.5.0
2 years ago
0.4.2
2 years ago
0.4.1
2 years ago
0.4.0
2 years ago
0.3.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago