create-rasengan
The easiest way to get started with Rasengan.js is by using create-rasengan
. This CLI tool enables you to quickly start building a new Rasengan.js application, with everything set up for you.
How to use the CLI ?
You can create a new project just by running one of the following command:
terminal
npx create-rasengan@latest
terminal
npm create rasengan
terminal
yarn create rasengan
terminal
pnpm create rasengan
You will then be asked the following prompts:
terminal
You are using Create Rasengan CLI 🎉
? Enter the project name: my-app
? Select a language: typescript
? Select a template: blank
Once you've answered the prompts, a new project will be created with the correct configuration depending on your answers.
Why use create-rasengan
?
create-rasengan
allows you to create a new Rasengan.js app within seconds. It is officially maintained by the creators of Rasengan.js, and includes a number of benefits:
- Interactive Experience: Running
npx create-rasengan@latest
launches an interactive experience that guides you through setting up a project. - Direct use: You don't need to install the CLI globally before using it.