chore: add create-component tool

This commit is contained in:
41666 2021-07-17 20:25:10 -04:00
parent 62687ced78
commit 6708f5c6fc
9 changed files with 185 additions and 3 deletions

View file

@ -3,6 +3,7 @@
"version": "0.1.0",
"scripts": {
"build": "build-storybook -o ../../dist/-/storybook",
"create-component": "node ./hack/create-component.js",
"start": "start-storybook -p 6006"
},
"dependencies": {
@ -42,6 +43,7 @@
"@types/styled-components": "^5.1.11",
"babel-loader": "8.1.0",
"babel-plugin-styled-components": "^1.13.1",
"change-case": "^4.1.2",
"tslint": "^6.1.3",
"typescript": "^4.3.5"
}