Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fresh-resume-starter

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fresh-resume-starter

A starter FRESH resume.

  • 0.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
decreased by-68.42%
Maintainers
1
Weekly downloads
 
Created
Source

fresh-resume-starter

A starter résumé in FRESH format. This is the résumé emitted by the HackMyResume new command.

  • starter-resume.fresh.json. The official FRESH-format starter résumé.

  • starter-resume.jrs.json. 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:

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:

var freshStarterResume = require('fresh-resume-starter').fresh;
var jrsStarterResume = require('fresh-resume-starter').jrs;
console.log( freshStarterResume.name );
// > Slim Shady

License

MIT. See LICENSE.md for details.

Keywords

FAQs

Package last updated on 26 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc