DeprecatedThis package is deprecated
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
- none (backend)