kamisaku 0.3.2 → 0.3.3
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/kamisaku/content_validator.rb +0 -4
- data/lib/kamisaku/version.rb +1 -1
- data/template.yml +19 -14
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 82cbb110627e0fb58ce9d9dee310d46ee9339ad54728676ed0f4b010ad664c5e
|
|
4
|
+
data.tar.gz: e2f4b74163a6febdf4576be058a64bf051f86e59b08a2679f38251f840eda83e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a2c519714481d39b458e56cb1865b20fdf0c3133f856013692b6bd19c5fb43b7ede85eb1fb59d07cbcbcaccd4524933bfe92c3656e032ec27e6da6757787ba0
|
|
7
|
+
data.tar.gz: 02a8381a44b6f732bf86beb985fea8d9bd383c960ce640793bd23faaf1e38e57b28e887da8c0d2060f7cc51502575e3b2f1585f87a051f0b21d47ed181b1d546
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
*Build a CV PDF from a yaml text file.*
|
|
4
4
|
|
|
5
|
-
🚀 See it in action at [https://kamisaku.sinaru.com/](https://kamisaku.sinaru.com
|
|
5
|
+
🚀 See it in action at [https://kamisaku.sinaru.com/](https://kamisaku.sinaru.com/?utm_source=github).
|
|
6
6
|
|
|
7
7
|
[](https://badge.fury.io/rb/kamisaku)
|
|
8
8
|
|
|
@@ -54,10 +54,6 @@ module Kamisaku
|
|
|
54
54
|
raise Error, "Contact contains invalid fields"
|
|
55
55
|
end
|
|
56
56
|
|
|
57
|
-
allowed_fields.each do |field|
|
|
58
|
-
raise Error, "Contact missing required field '#{field}'" unless contact_fields.include?(field)
|
|
59
|
-
end
|
|
60
|
-
|
|
61
57
|
data[:contact].each do |field, value|
|
|
62
58
|
if field == :location
|
|
63
59
|
validate_location(value, "Contact section")
|
data/lib/kamisaku/version.rb
CHANGED
data/template.yml
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
# Template structure for CV. The content should be in YAML format.
|
|
2
2
|
# If you are not familiar with YAML, refer: https://devhints.io/yaml
|
|
3
|
-
#
|
|
4
|
-
#
|
|
3
|
+
#
|
|
4
|
+
# Tip: If you already have a sample file like an exising Resume/CV PDF and you want to convert that to a YAML file based on the structure,
|
|
5
|
+
# You could provide this template file and the PDF to an LLM like Claude.AI prompt to generate a new YAML file.
|
|
6
|
+
# Example prompt: "Based on the given template_structure.yml file, create a resume.yml for data in Profile.pdf"
|
|
7
|
+
#
|
|
5
8
|
|
|
6
9
|
version: 1
|
|
7
10
|
profile:
|
|
@@ -10,13 +13,13 @@ profile:
|
|
|
10
13
|
about: # Some sleek details about your experience
|
|
11
14
|
|
|
12
15
|
contact:
|
|
13
|
-
github: #
|
|
14
|
-
mobile: # Mobile number
|
|
15
|
-
email: # email address
|
|
16
|
-
linkedin: #
|
|
16
|
+
github: # GitHub username if available, otherwise ignore
|
|
17
|
+
mobile: # Mobile number if available, otherwise ignore
|
|
18
|
+
email: # email address if available, otherwise ignore
|
|
19
|
+
linkedin: # LinkedIn username if available, otherwise ignore
|
|
17
20
|
location:
|
|
18
|
-
country: # country name
|
|
19
|
-
city: # city name
|
|
21
|
+
country: # country name you are based at
|
|
22
|
+
city: # city name you are based at
|
|
20
23
|
|
|
21
24
|
skills:
|
|
22
25
|
- area: # specific skill area you are specialized in
|
|
@@ -37,8 +40,8 @@ experiences:
|
|
|
37
40
|
month: # month integer number that you stopped
|
|
38
41
|
year: # year integer number that you stopped
|
|
39
42
|
skills:
|
|
40
|
-
- # a short name for a specialized
|
|
41
|
-
achievements:
|
|
43
|
+
- # a short name for a specialized skill you gained at the organization
|
|
44
|
+
achievements: # Optional section
|
|
42
45
|
- # Things you have achieved or did as a sentence. Consider reflecting the impact it made.
|
|
43
46
|
|
|
44
47
|
education:
|
|
@@ -51,9 +54,11 @@ education:
|
|
|
51
54
|
from:
|
|
52
55
|
month: # month integer number that you started
|
|
53
56
|
year: # year integer number that you started
|
|
54
|
-
#
|
|
55
|
-
to:
|
|
57
|
+
to: # Optional. If you have finished studying at the institute, provide this section
|
|
56
58
|
month: # month integer number that you stopped
|
|
57
59
|
year: # year integer number that you stopped
|
|
58
|
-
achievements:
|
|
59
|
-
- #
|
|
60
|
+
achievements: # Optional section
|
|
61
|
+
- # A list of things you have achieved or did at the institute.
|
|
62
|
+
|
|
63
|
+
interests: # optional section
|
|
64
|
+
- # things that are interests to you
|