api
docs
env
git
hbs
html
husky
jest
lintstaged
lisp
node
prettier
python
react
readme
schema
style
util
vue
web
Summary for react
Sub cli for React project init and generators
Create a new React project details...
tmpl react init
Create a functional component details...
tmpl react fc [name]
Create a functional component, force Typescript details...
tmpl react fc [name] -t
Create a functional component with context connected details...
tmpl react fc [name] -c contextName
Create a functional component with mobx store connection details...
tmpl react fc [name] -m mobxStoreName
Create a react data context under src/stores details...
tmpl react context [name]
Create a mobx state tree model under src/stores details...
tmpl react mst [name]