Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

JaeYeopHan/-Deprecated-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume

code style: prettier lerna

  • Generate resume based on only markdown syntax with emoji.
  • Support feature to export pdf by click.
  • Publish generated resume with now on the web.

Examples

Real demo

If you...

If you want to create your own resume with using this repository, follow the steps below.

# Setup
$ git clone https://github.com/JaeYeopHan/resume my-resume
$ cd my-resume
$ npm run bs

# For publishing,
$ npm install -g now

$ code .
# Writing resume in `packages/resume-data/resume.md` file on your favorite editor with markdown syntax.
# Customize theme in `packages/resume-data/resumeConfig.json`.
# Customize now.json for deployment setting.

# Prepare to publish.
$ npm run publish:resume

It's done!

Development

Supported Theme

Development Installation

$ git clone https://github.com/JaeYeopHan/resume resume
$ cd resume
$ npm run bs # lerna bootstrap
$ npm start

# Working
$ git checkout -b [YOUR BRANCH NAME]
# After working
$ npm test
# Register Pull Request

Contribute

Welcome for contributing :prey:

LICENSE

MIT

✌️

A little project by @Jbee

About

🎫 Create your own `resume` based on markdown and emoji. Just write contents in `.md` file and publish!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published