0.0.2 • Published 5 years ago

react-model-cli v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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