We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b5ace commit 2d69c85Copy full SHA for 2d69c85
README.md
@@ -2,8 +2,6 @@
2
3
Effortlessly bootstrap strongly-typed TypeScript npm libraries with minimal configuration and a focus on developer experience.
4
5
-
6
-
7
## 🌟 Features
8
9
- **Minimal Setup & Visual Clarity**: Enjoy sensible defaults that keep your project setup clean.
@@ -25,6 +23,12 @@ Effortlessly bootstrap strongly-typed TypeScript npm libraries with minimal conf
25
23
npx ts-hajime your-app-name-here
26
24
```
27
+Here’s what your project structure will look like:
+
28
+<div style="text-align: center;">
29
+ 
30
+</div>
31
32
2. Replace all occurrences of `my-app` with your app’s name, and `my-description` with a description.
33
34
## ⚙️ Key Commands
0 commit comments