Introduction

Welcome to the Forjex documentation. Learn how to generate, configure, and deploy your projects in seconds. check guide to install

Forjex is a command-line tool that helps developers generate new repositories, automate setups, and streamline project creation. It's designed to eliminate boilerplate and automate repetitive tasks, letting you focus on what truly matters: building great software.

Why Forjex?

Automatic Github repository Setup

Forjex creates a new GitHub repository for your project and pushes your local codebase automatically. No manual setup—your project is version-controlled and ready to go instantly.

Auto-Generated CI/CD Pipeline

Forjex builds a ready-to-use GitHub Actions workflow for your project. It handles building, testing, and preparing deployments automatically with every commit.

Deployment to Vercel

Forjex connects your repo to Vercel and deploys your project automatically. Future commits trigger instant redeploys, giving you a smooth continuous delivery workflow. check guide to install