Skip to content

Commit a91c737

Browse files
committed
added husky precommits
1 parent 7aa7297 commit a91c737

File tree

4 files changed

+44
-250
lines changed

4 files changed

+44
-250
lines changed

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npm run format

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,24 @@
66
This project is currently under development, but a beta version is available. <br/>
77
Dynamically generated, customizable technologies cards for your GitHub README.
88
</div>
9+
910
<br>
11+
1012
<div align="center">
1113
<img src="https://img.shields.io/github/contributors/0l1v3rr/github-readme-tech-stack" alt="Contributors">
1214
<img src="https://img.shields.io/github/issues-raw/0l1v3rr/github-readme-tech-stack" alt="Open Issues">
1315
<img src="https://img.shields.io/github/issues-pr/0l1v3rr/github-readme-tech-stack" alt="Open PRs">
1416
<img src="https://img.shields.io/github/package-json/v/0l1v3rr/github-readme-tech-stack" alt="Version">
1517
</div>
1618

19+
<br>
20+
21+
<div align="center">
22+
<a href="https://github-readme-tech-stack.vercel.app/api/cards?theme=github_dark&lineCount=2&line1=node.js,node.js,0;typescript,typescript,0;express,express,0&line2=html5,html,0;react,react,0;tailwindcss,tailwind,0&title=This%20Project%27s%20Tech%20Stack">
23+
<img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=github_dark&lineCount=2&line1=node.js,node.js,0;typescript,typescript,0;express,express,0&line2=html5,html,0;react,react,0;tailwindcss,tailwind,0&title=This%20Project%27s%20Tech%20Stack" title="Tech Stack">
24+
</a>
25+
</div>
26+
1727
<hr>
1828

1929
- [❓How do I use the card?](#how-do-i-use-the-card)
@@ -132,7 +142,10 @@ cd github-readme-tech-stack
132142
# 2. Install the dependencies:
133143
npm i
134144

135-
# 3. Run the application:
145+
# 3. Install husky (optional, but recommended)
146+
npm run prepare
147+
148+
# 4. Run the application:
136149
npm run dev
137150
```
138151

0 commit comments

Comments
 (0)