gitpod-io / contribute.dev

A list of cool open-source projects that you can contribute to with one click
https://contribute.dev
MIT License
79 stars 22 forks source link

Please add <https://github.com/casejs/case> #190

Open brunobuddy opened 1 year ago

brunobuddy commented 1 year ago

Hello ! We just launched our open source CRUD framework: https://case.app/

It's basically a TypeScript monorepo (Angular + NestJS) with a CLI that allows you to build resources and their props directly from it like

cs g prop pokemon --props:name,type,thumbnail:image

This will create everything from the DB structure, seeders, list, create/edit and detail view !

Our github repo: https://github.com/casejs/case