We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f998054 commit bb8648aCopy full SHA for bb8648a
_templates/generator/component/README.md.ejs.t
@@ -0,0 +1,15 @@
1
+---
2
+to: tooling/<%=h.changeCase.paramCase(name)%>/README.md
3
4
+
5
+# @chakra-ui/<%=h.changeCase.paramCase(name)%>
6
7
+<%=h.changeCase.sentence(description)%>
8
9
+## Installation
10
11
+```sh
12
+yarn add @chakra-ui/<%=h.changeCase.paramCase(name)%>
13
+# or
14
+npm i @chakra-ui/<%=h.changeCase.paramCase(name)%>
15
+```
_templates/generator/component/src-index.ts.ejs.t
@@ -0,0 +1,5 @@
+to: packages/<%=h.changeCase.paramCase(name)%>/index.ts
+export * from './src'
0 commit comments