fresh-resume-starter
Advanced tools
Comparing version 0.2.2 to 0.3.0
The MIT License | ||
=============== | ||
Copyright (c) 2016 Sir Hacksalot (https://github.com/hacksalot) | ||
Copyright (c) 2016 hacksalot (https://github.com/hacksalot) | ||
@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "fresh-resume-starter", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "A starter FRESH resume.", | ||
@@ -24,4 +24,4 @@ "repository": { | ||
}, | ||
"main": "src/starter-resume.fresh.json", | ||
"main": "src/index.js", | ||
"homepage": "https://github.com/fluentdesk/fresh-resume-starter" | ||
} |
fresh-resume-starter | ||
==================== | ||
An starter résumé in [FRESH][f] format. This is the résumé emitted by the | ||
`hackmyresume new` command. | ||
A starter résumé in [FRESH][f] format. This is the résumé emitted by the | ||
[HackMyResume][hmr] `new` command. | ||
- [**starter-resume.fresh.json**][rf]. The official FRESH-format starter résumé. | ||
- [**starter-resume.jrs.json**][rj]. The same résumé in JSON Resume 0.0.0 | ||
format. *Note: JSON Resume doesn't support all FRESH resume sections. This | ||
resume contains a subset of the information from the official FRESH version.* | ||
## Use | ||
In HackMyResume: | ||
```bash | ||
hackmyresume new r0.json # Create a FRESH-format resume by default | ||
hackmyresume new r1.json -f FRESH # Create a FRESH-format resume | ||
hackmyresume new r2.json -f JRS # Create a JRS-format resume | ||
``` | ||
In code: | ||
```javascript | ||
var freshStarterResume = require('fresh-resume-starter').fresh; | ||
var jrsStarterResume = require('fresh-resume-starter').jrs; | ||
console.log( freshStarterResume.name ); | ||
// > Slim Shady | ||
``` | ||
## License | ||
@@ -11,2 +37,5 @@ | ||
[f]: https://github.com/fluentdesk/FRESCA.git | ||
[hmr]: http://please.hackmyresume.com | ||
[lic]: https://github.com/fluentdesk/fresh-resume-empty/blob/master/LICENSE.md | ||
[rf]: https://github.com/fluentdesk/fresh-resume-starter/blob/master/src/starter-resume.fresh.json | ||
[rj]: https://github.com/fluentdesk/fresh-resume-starter/blob/master/src/starter-resume.jrs.json |
18013
6
517
41