@blockchyp/crud-magic
v0.0.26
Published
You know we developers spend a ton of time doing things that are very similar to things we've already done a million times before?
Keywords
Readme
CRUD MAGIC
You know we developers spend a ton of time doing things that are very similar to things we've already done a million times before?
A large component of what we do revolves around making CRUD (Create Read Update Delete) screens. We have screens that display lists of things and we have screens that allow us to create, update, or delete those things.
Crud Magic is intended to take the drudgery out of building config screens by making the crud ui's autogenerated based on some meta-data about the model behind the screens.
All the widgets assume you're using Bootstrap 4, so if you're not, you should probably cut your losses and move on.
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your tests
npm run testLints and fixes files
npm run lint