Skip to content

Commit ada20de

Browse files
committed
feature: expoert format like pdf ,html and refactore the code
1 parent cfe2d3e commit ada20de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3713
-40
lines changed

.gitignore

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,21 @@ node_modules/
88
.qoder/rules/byterover-rules.md
99
.augment/rules/byterover-rules.md
1010
CLAUDE.md
11-
project_rules.md
11+
project_rules.md
12+
13+
# Build artifacts (keep dist/ for npm publishing)
14+
*.tsbuildinfo
15+
16+
# Environment and IDE files
17+
.env
18+
.env.local
19+
.DS_Store
20+
*.log
21+
22+
# Development files
23+
.vscode/
24+
.idea/
25+
26+
# Temporary files
27+
*.tmp
28+
*.temp

.npmignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
src/
2+
tsconfig.json
3+
.github/
4+
.trae/
5+
.clinerules/
6+
test-resume.html
7+
test-resume.pdf
8+
CLAUDE.md
9+
project_rules.md

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ npx bharathkumar-palanisamy --help
2626
npx bharathkumar-palanisamy --version
2727
npx bharathkumar-palanisamy --section personal experience
2828
npx bharathkumar-palanisamy --format plain --output my-resume.txt
29+
npx bharathkumar-palanisamy --format html --output resume.html
30+
npx bharathkumar-palanisamy --format pdf --output resume.pdf
2931
```
3032
## Local testing
3133

0 commit comments

Comments
 (0)