Skip to content

ArrayZoneYour/react-model-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-model-cli · GitHub license npm version Build Status downloads Coverage Status

CLI List

// react-model init [modelNames]
react-model init F G H

# tree models
# models
# ├── F.ts
# ├── G.ts
# ├── H.ts
# └── index.ts
// react-model g [modelNames]
react-model g Q
# models
# ├── F.ts
# ├── G.ts
# ├── H.ts
# ├── Q.ts
# └── index.ts

About

The CLI Tools for react-model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published