sa-bright-types
v1.1.0
Published
sa-bright-types
Downloads
2
Maintainers
Readme
sa-bright-types
Generating global types and type guards for starting Frontend project.
Requirements:
Installation:
cd ./my-new-project
npx sa-bright-types -p src/utils
Reinstallation:
cd ./my-new-project
yarn install-types -p src/utils
Update:
cd ./my-new-project
yarn update-types -p src/utils