CodeGen Docs are under development and will be available soon
logoCodeGen

Installation

Install CodeGen CLI

Let's start by installing the CodeGen CLI globally:

npm install @leocoder1/codegen-cli -g

Initialize project

Run the init command to create a new project of your choice:

cgen init

Configure project

You will be prompted few quusetion to configure your project:

1. Name your project?
2. Which framework do you want to use for my-project?
3. Choose variant for my-project?
 
//for frontend framework:
4. Which style do you want to use for my-project?
 
//for backend framework:
5. Which database and ORM do you want to use for my-project?

That's It

You can now start working on your project 🎉 Happy coding.

On this page

Edit on GitHub