react-model-cli

The CLI Tools for react-model

Usage no npm install needed!

<script type="module">
  import reactModelCli from 'https://cdn.skypack.dev/react-model-cli';
</script>

README

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