0.0.8 • Published 9 years ago

jsonresume-theme-striking v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Striking theme npm.io

This is a Striking theme for JSON Resume.

View it online!

You can view the theme online here

Print and share a hard copy

Do a Ctrl + P to print the resume with all the styling intact!

Download theme

Lets go ahead and download a copy of the repository.

Getting started

To get started with theme development, this is what you'll need:

If you're on Linux, you can simply run:

sudo apt-get install nodejs-legacy npm

Or if you're on OSX and got Homebrew installed:

brew install node

Install the command line

We're going to use the official resume-cli to run our development server.

Go ahead and install it:

sudo npm install -g resume-cli

Install npm packages

We need to install the dependencies. cd into the theme folder we just downloaded and run:

sudo npm install

This will read the local package.json and install the packages listed under dependencies.

Serve theme

While inside the theme folder, simply run:

resume serve -t striking

You should now see this message:

Preview: http://localhost:4000
Press ctrl-c to stop

Use theme to generate HTML file

  • Create your resume.json
  • From the command prompt, run
resume export -t striking <name of file>

License

Available under the MIT license.

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago