We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002e304 commit b49452dCopy full SHA for b49452d
1 file changed
turbo/generators/templates/README.md.hbs
@@ -2,10 +2,21 @@
2
3
{{description}}
4
5
-## Installation ```bash npm install @commandkit/{{name}}
6
-``` ## Usage ```typescript import {
7
-{{name}}
8
-} from '@commandkit/{{name}}'; ``` ## Documentation
+## Installation
+
+```bash
+npm install @commandkit/{{name}}
9
+```
10
11
+## Usage
12
13
+```typescript
14
+import { {{name}} } from '@commandkit/{{name}}';
15
16
17
+## Documentation
18
https://commandkit.dev/docs/next/api-reference/{{name}}
19
-## License MIT © Avraj Sahota
20
+## License
21
22
+MIT © Avraj Sahota
0 commit comments