Jogja, the project generator for web frameworks

Jogja, the project generator for web frameworks

·

1 min read

Every web framework usually has its own CLI to generate project. Let say Next.js has npx create-next-app@latest or Vue.js has npm init vue@latest. Jogja makes create project easy for many web frameworks by using interactive menu.

Screenshot

jogja in action

It supports many famous and popular JavaScript web frameworks at the moments, such as Next.js, Vue.js, SvelteKit, Remix, Astro, AdonisJS and many more.

How to install?

npm i -g jogja

It will install jogja globally and after finish you can call jogja on your command prompt.

Just think jogja like an aggregator of create project CLI for many web framework to make create project easy and interactive way. Basically jogja will only run the each framework CLI command to create the new project.