0.0.5 • Published 5 years ago

tscer v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

tscer

CircleCI

a project to transform jsx react components to tsx

install

  • npm i -g tscer

usage

features

  • generate IProps according to your PropTypes define
  • generate IState according to your state define
  • generate types for your plain js function
  • generate redux connect to hoc functions
  • add generic props to your component