# ignite: Create a new project

# Introduction

The Rocket CLI tool is a wonderful tool to create new projects quickly and easily.
It automatically creates all the necessary files and folders and fills them with the right content, which is modular so that each developer can build their own structure.

# Start the CLI tool

Let's fly! 🚀

# Step 1: Navigate to your project folder

Open the terminal and navigate to the folder where you want to create your project.

navigate to folder
navigate to folder

# Step 2: Run rocket ignite

Now we run rocket ignite and start the CLI tool.

 rocket ignite

rocket ignite
rocket ignite

# Step 3: Choose your tools

Go through each step individually and decide which tool you need. We wish you a lot of fun with Rocket CLI tool! 🚀

# Updates of dependencies

Rocket does not currently have a feature to inform users about the up-to-date status of dependencies added by Rocket. Therefore, each user must independently verify that their dependencies are up to date and perform any necessary updates.