We need a new init command to replace the create-jitar.
Before
npm create jitar@latest -- --template react
After
jitar init --template=react
For this, we need to implement a new init package containing the templates and the logic to copy and initialize the project.
We need a new init command to replace the create-jitar.
Before
After
For this, we need to implement a new init package containing the templates and the logic to copy and initialize the project.