Skip to content

web component to display a jsonresume as cmd line terminal cobra-style

License

Notifications You must be signed in to change notification settings

kyzrfranz/jsonresume-terminal

Repository files navigation

<jsonresume-terminal>

This webcomponent follows the open-wc recommendation.

Installation

npm i jsonresume-terminal

Usage

<script type="module">
  import 'jsonresume-terminal/jsonresume-terminal.js';
</script>

<jsonresume-terminal></jsonresume-terminal>

Tooling configs

For most of the tools, the configuration is in the package.json to minimize the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

Local Demo with web-dev-server

npm start

To run a local development server that serves the basic demo located in demo/index.html

Resume Data

You can pass a github-username attribute to the component to fetch the resume data from github. For that you must have a public gist with the name resume.json in your github account.

In that json you must have a valid jsonresume.

About

web component to display a jsonresume as cmd line terminal cobra-style

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published