Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chesleybrown/resume

Single page, printable resumé for Chesley Brown written in Markdown.
https://github.com/chesleybrown/resume

Last synced: 15 days ago
JSON representation

Single page, printable resumé for Chesley Brown written in Markdown.

Awesome Lists containing this project

README

        

Chesley Brown's Resumé
======

My personal resume written as markdown. Uses an `npm` module to generate the `HTML` rendering of the resume.

# Setup

Just need to install the node modules:

```
npm install
```

# Generating HTML

To generate the `HTML` rendering of the resume simply run:

```
npm run generate
```