1.0.5 • Published 4 years ago
hygen-react-ts-rsturim v1.0.5
hygen-react-ts-rsturim
Install hygen globally:
npm install hygen-add -gTo install the generators run:
npm install hygen -D
hygen-add react-ts-rsturimFor your convenience add these command to your package.json scripts block:
"scripts": {
"new:component": "hygen new component",
"new:test": "hygen new test",
}