DEV Community

Cover image for πŸš€ Introducing the Rasengan.js CLI – Create Your React Project in Seconds!
Dilane3
Dilane3

Posted on

πŸš€ Introducing the Rasengan.js CLI – Create Your React Project in Seconds!

Hey everyone! πŸ‘‹

I'm excited to introduce the new Rasengan.js CLI, making it easier than ever to bootstrap a new React project with Rasengan.js! πŸŒ€

🎯 What is Rasengan.js?

Rasengan.js is a React framework designed for performance, flexibility, and developer experience. It simplifies modern web development while giving you full control over your stack.

⚑ Getting Started with the CLI

You can create a new Rasengan.js project in just one command:

npx create-rasengan@1.2.0-beta.3
Enter fullscreen mode Exit fullscreen mode

πŸ› οΈ Setup Steps

Once you run the command, the CLI will guide you through these steps:

1️⃣ Name your project

2️⃣ Choose your language: TypeScript or JavaScript

3️⃣ Select a template: Blank or Tailwind

4️⃣ (If you choose Tailwind) Pick a version: Tailwind v3 or Tailwind v4

After setup, just run:

cd my-project  
pnpm i
pnpm run dev
Enter fullscreen mode Exit fullscreen mode

And boom! πŸŽ‰ Your Rasengan.js app is live!

🌟 Why Use the Rasengan.js CLI?

The new CLI is designed for simplicity and speed. It removes all the boilerplate and lets you focus on building. Compared to manually setting up a project, this approach is:

⚑ Faster – No time wasted on config

πŸ’‘ Beginner-friendly – Just follow the prompts

πŸ”§ Customizable – Extend it as you need

πŸš€ What’s Next?

Rasengan.js is currently in BETA, but a stable version is coming soon! We're improving the framework, adding features, and refining the CLI.

πŸ’» Check it out & contribute:

πŸ”— GitHub: github.com/rasengan-dev/rasenganjs

πŸ“– Docs: rasengan.dev

πŸŽ₯ Demo video: youtu.be/EU2rPwUiAxU

If you try it out, let me know your feedback! πŸš€

Top comments (0)