jsonresume-theme-sales-hunter 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/README.md +36 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# jsonresume-theme-sales-hunter
|
|
2
2
|
|
|
3
|
+
## 0.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ff0f85b]
|
|
8
|
+
- @jsonresume/core@0.3.0
|
|
9
|
+
|
|
10
|
+
## 0.2.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [36d1759]
|
|
15
|
+
- @jsonresume/core@0.2.0
|
|
16
|
+
|
|
3
17
|
## 0.2.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Sales Hunter
|
|
2
|
+
|
|
3
|
+
Energetic, confident theme with bold sans-serif typography. Emphasizes quotas, wins, and measurable success.
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
**Tags:** sales, energetic, achievement, performance, green
|
|
8
|
+
|
|
9
|
+
## Use it
|
|
10
|
+
|
|
11
|
+
Preview it live on the JSON Resume registry:
|
|
12
|
+
|
|
13
|
+
- https://registry.jsonresume.org/thomasdavis?theme=sales-hunter
|
|
14
|
+
|
|
15
|
+
Install and use it with the JSON Resume CLI:
|
|
16
|
+
|
|
17
|
+
```sh
|
|
18
|
+
npm install jsonresume-theme-sales-hunter
|
|
19
|
+
resume export resume.html --theme sales-hunter
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Sections
|
|
23
|
+
|
|
24
|
+
Renders all standard JSON Resume sections: work, education, skills, projects, volunteer, awards, publications, languages, interests, references.
|
|
25
|
+
|
|
26
|
+
## Development
|
|
27
|
+
|
|
28
|
+
This theme lives in the [jsonresume.org](https://github.com/jsonresume/jsonresume.org) monorepo. Build it from the repo root with:
|
|
29
|
+
|
|
30
|
+
```sh
|
|
31
|
+
pnpm --filter jsonresume-theme-sales-hunter build
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## License
|
|
35
|
+
|
|
36
|
+
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jsonresume-theme-sales-hunter",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Sales professionals - numbers, quotas, performance metrics highly visible",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"styled-components": "^6.1.19",
|
|
22
|
-
"@jsonresume/core": "0.
|
|
22
|
+
"@jsonresume/core": "0.3.0"
|
|
23
23
|
},
|
|
24
24
|
"exports": {
|
|
25
25
|
".": {
|