npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

jsonresume-theme-hr-md

v0.0.3

Published

JSON Resume Markdown Theme

Downloads

5

Readme

jsonresume-theme-hr-md

JSON Resume Markdown Theme Repository

This repository provides a Markdown theme for creating professional resumes using JSON data based on the open-source JSON-Resume schema. The theme is designed to be simple, customizable, and easy to integrate with JSON data using Mustache.js syntax.

Key Features:

  • Markdown-based: The theme generates resumes in Markdown format, making it compatible with Markdown editors and platforms that support Markdown rendering.
  • Mustache.js integration: Utilizes Mustache.js syntax to dynamically render resume content from JSON data, allowing for easy customization and dynamic content generation.
  • Structured layout: Offers a structured layout with sections for personal information, summary, work experience, projects, education, awards, skills, languages, interests, and volunteer experience.

Usage

To first get started with this JSONResume theme, you'll need to have the JSONResume CLI installed. If you haven't already install it with npm install -g resume-cli. If this doesn't work, try npm install -g resume-cli.

After this, you can get your resume.json ready by typing resume init. After hitting enter, your resume will be initialized and you can edit it and fill in the neccessary fields. Check out the official resume-schema repository for more information on filling these fields.

When you are finished with your resume, you may test it by yet again opening the command line and typing resume serve --theme kendall-bushmanov to see how it looks with this theme. You can replace the word kendall-bushmanov with other theme names too.

Install the command line

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

Go ahead and install it:

npm install -g resume-cli

Install npm packages

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

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 --theme .

You should now see this message:

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

Congratulations, you've made it!

The theme development can now begin.

Note: This repository serves as a starting point for creating Markdown-based resumes from JSON data following the JSON Resume schema. Users can extend or modify the theme to include additional sections or styling based on their requirements and preferences.

Contributions: Contributions and feedback are welcome! Feel free to fork the repository, make changes, and submit pull requests to improve the theme or add new features.