create-jitar
v0.10.3
Published
npm creator for jitar (deprecated)
Readme
Create Jitar
This package provides a command line tool to create new Jitar applications quickly.
Usage
With npm:
npm create jitar@latestWith yarn:
yarn create jitarWith pnpm:
pnpm create jitarThe 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 devOptions
You can pass options to the tool by using the -- separator:
npm create jitar@latest -- --template=valueThe following templates are available:
- react
- vue
- none (backend)
