Skip to content

Skipper1992/tuols

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Productive generator for Node.js CRUD application, make CRUD happy and fun!

install

npm install -g tuols

pre-requirement

node > 7.6 & PostgreSQL

and you should know about hapi and react

usage

init project

tuols init

run react application

$ cd api/
$ npm run dev

run api server

$ cd api/
$ node server

creating model curd api

tuols g model user name:string,phone:string,password_hash:string

creating model admin page with specify ui type

tuols g view user name:string,phone:string,password_hash:string

now support type are:

  • input
  • select
  • hidden

todos

  1. optional edit page
  2. file upload
  3. search component should support multiple file search

I am a freelancer for web and mobile development, If have some good ideas, please contact me wytwyt02@gmail.com

About

ant design generators for productive in tuols.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 80.8%
  • CSS 18.7%
  • HTML 0.5%