@kyzrfranz/jsonresume-terminal

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @kyzrfranz/jsonresume-terminal

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

15.3 kB

Total Files

9

Last publish

Collaborators

  • kyzrfranz