Giter Site home page Giter Site logo

application-paper-generator's Introduction

application paper generator

Installation

  1. Install dependencies:

    yarn
  2. Build packages:

    yarn build

Usage

  1. Insert your personal data into data/data.js.
    The shape of the data is specified in packages/template/src/types/data.ts.

  2. Place an image of you and your sign into the data folder. Insert the filenames into the data.me.avatar and data.me.sign fields.

  3. Optionally: Review your application paper. Just open the index.html with page param set to coverletter or cv (example: file://.../index.html?page=cv).

  4. Create pdfs by using the printing dialog of your browser or by using the cli. If you don't have chromium in your path variable or want to use another chromium based browser, use the --chromium argument to specify the path to it's executable:

    yarn create-pdf --page=coverletter [--chromium=path_to_chromium_based_browser]
    yarn create-pdf --page=cv [--chromium=path_to_chromium_based_browser]
  5. Merge all necessary files with a tool of your choice. You can see an example with pdfunite (provided in the poppler package) in the combine.sh file.

Hint

There is no method to change the language. The template is for applications in german. For changing the language, you have to adjust it in the source code.

Screens

coverletter cv

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.