Project generator for web frameworks. It provides scaffolding for your apps. Still for busy and lazy people.
I know there are so many web frameworks outhere. How about we have centralized tools to trigger create project for those frameworks? That's why I created jogja
.
Every web framework has their own cli to create project. Jogja will trigger the cli to create project for you. So you don't need to install every cli for every framework. After you choose specific framework, jogja
will trigger the cli to create project for you along with more options.
- Trigger create project for AdonisJS, Angular, Astro, Aurelia, Docusaurus, Ember.js, Express.js, Gatsby, Gridsome, Hexo, Inferno, NestJS, Next.js, Nuxt.js, Nx, Preact, Qwik, React (creact-react-app/CRA), React Redux, Remix, Sails, SolidJS, SolidStart, SvelteKit, Vite, VitePress, Vue.js, VuePress
Install it globally.
npm i -g jogja
Now you can call it by type jogja
on your computer. Use keyboard (up, down and enter key) to select options.
- How to update? Just run
npm i -g jogja
again. It will update the package to the latest version. - How to add new framework? You can create PR to add new framework. Or you can create issue to request new framework.
- I want to install non-JavaScript framework. Can I? You can't at the moment. Support for other languages/frameworks will be added in the future.
- Why the name is
jogja
? Jogja a.k.a Yogyakarta is the name of city in Indonesia. I want to make this project as a tribute to the city.
MIT
Copyright © 2023 Sony Arianto Kurniawan <sony@sony-ak.com> and contributors.