# Add single tools

If you don't want to add the whole rocket core to your project, you can also add single tools.
We call that launchpad 🚀.

# Currently available tools

# Use the launchpad

# Step 1: Install the rocket package

Use the following command to install the package globally:

 npm install -g @kernpunkt/rocket

# Step 2: Navigate to your project folder

Open the terminal and navigate to the folder where you want to add the tool.

# Step 3: Run rocket launchpad

Now we run rocket launchpad and start the CLI tool.

rocket launchpad <tool>

# Step 4: Follow the instructions

Follow the instructions in the terminal to add the tool to your project.

That's it! 🚀