0.9.1 • Published 8 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
8 months ago
0.9.0
9 months ago
0.7.6
1 year ago
0.8.1
1 year ago
0.8.0
1 year ago
0.8.2
1 year ago
0.7.5
1 year ago
0.7.4
2 years ago
0.7.1
2 years ago
0.7.0
2 years ago
0.6.0
2 years 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
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago