jsonresume-theme-engineering-leader 1.0.24 → 1.0.26

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.
Files changed (2) hide show
  1. package/README.md +10 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,18 +1,26 @@
1
1
  # jsonresume-theme-engineering-leader
2
2
 
3
- [![Publish to npm](https://github.com/sjw7444/jsonresume-theme-engineering-leader/actions/workflows/publish.yml/badge.svg)](https://github.com/sjw7444/jsonresume-theme-engineering-leader/actions/workflows/publish.yml) ![NPM Version](https://img.shields.io/npm/v/jsonresume-theme-engineering-leader)
3
+ [![Publish to npm](https://github.com/sjw7444/jsonresume-theme-engineering-leader/actions/workflows/publish.yml/badge.svg)](https://github.com/sjw7444/jsonresume-theme-engineering-leader/actions/workflows/publish.yml) [![NPM Version](https://img.shields.io/npm/v/jsonresume-theme-engineering-leader)](https://www.npmjs.com/package/jsonresume-theme-engineering-leader)
4
4
 
5
5
  This is the engineering theme for [JSON Resume](http://jsonresume.org/), based off of [jsonresume-theme-engineering](https://github.com/skoenig/jsonresume-theme-engineering) and aims to implement the best practices for [engineering resumes](https://www.reddit.com/r/EngineeringResumes/wiki/index/). The original version was intended for [senior/staff level engineers](https://www.reddit.com/r/EngineeringResumes/wiki/index/#wiki_senior_engineers_and_above_.2810.2B_yoe.29) but this version is modified for CTOs/VPs/Directors.
6
6
 
7
7
  It handles locations of jobs and allows for nested bullets but it renders dates exactly as provided as if they are strings.
8
8
 
9
+ ## Using this theme
10
+
11
+ This theme is available on NPM as [jsonresume-theme-engineering-leader](https://www.npmjs.com/package/jsonresume-theme-engineering-leader) and can be installed by running `npm install jsonresume-theme-engineering-leader`.
12
+
13
+ If you are building your resume from a resume.json file and resume-cli then simply run `resume export --theme engineering-leader`.
14
+
15
+ ## Example Resume
16
+
9
17
  <p align="center">
10
18
  <kbd>
11
19
  <img src="https://github.com/sjw7444/jsonresume-theme-engineering-leader/blob/main/examples/example-resume.png?raw=true" alt="Richard Hendriks Resume"/>
12
20
  </kbd>
13
21
  </p>
14
22
 
15
- ## Getting started
23
+ ## Getting started with Development
16
24
 
17
25
  To get started with theme development, this is what you'll need:
18
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsonresume-theme-engineering-leader",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "description": "JSON Resume theme for Engineering leaders",
5
5
  "keywords": [
6
6
  "jsonresume",
@@ -13,7 +13,7 @@
13
13
  "author": "Jim Woodroffe",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/sjw7444/jsonresume-theme-engineering-leaders"
16
+ "url": "https://github.com/sjw7444/jsonresume-theme-engineering-leader"
17
17
  },
18
18
  "license": "MIT",
19
19
  "scripts": {