A modern, interactive command-line tool that helps you quickly scaffold full-stack project templates in your favorite framework
Generate projects for Angular 19+, React 18+, Vue 3+, Express.js, NestJS, and Next.js 14+
Choose from Tailwind CSS, SCSS/Sass, or standard CSS for your projects
Preconfigured Jest testing setup with example tests
ESLint + Prettier configuration out of the box
GitHub Actions CI/CD templates included
Built with TypeScript, powered by Oclif and Commander
npm install -g tekgen-cli
Install globally to use anywhere
npx tekgen-cli new
Run without installing globally
Run the generator interactively and choose from supported frameworks:
tekgen new
tekgen new
Launch interactive generator
tekgen --help
View available commands
tekgen --version
Display current CLI version
v19+
v18+
v3+
Node.js
Backend
v14+
Current Version
Frameworks Supported
Open Source License
Built With
tekgen --version
See what version you currently have installed
npm update -g tekgen-cli
Update to the latest version
npm install -g tekgen-cli@latest
# Yarn
yarn global upgrade tekgen-cli
# pnpm
pnpm update -g tekgen-cli
Works with your preferred package manager
npm view tekgen-cli version to see
the latest available version
If npm update -g tekgen-cli doesn't work:
This completely removes and reinstalls the CLI with the latest version.
Contributions, ideas, and feedback are welcome! Help make TekGen CLI even better.
Fork the repository and clone it locally
Make your changes and test thoroughly
Push your changes and open a pull request