Git Product home page Git Product logo

docker-yaml_cv's Introduction

YAMLによる履歴書作成スクリプト kaityo256/yaml_cv の実行環境

MIT License IPA Font License

  • kaityo256/yaml_cv の実行に必要なライブラリが入った Docker コンテナです
  • フォントは IPA Font License V1.0 に従い、再配布という形で同梱しています

Requirements

  • Docker version 1.13.0+
  • docker-compose version 1.10.0+

Installation

$ git clone https://github.com/ikasam/docker-yaml_cv.git
$ cd docker-yaml_cv
$ git clone https://github.com/kaityo256/yaml_cv.git

Usage

$ docker-compose up
$ ls -l output.pdf
-rw-r--r--. 1 root root 109173 Jan 28 04:40 output.pdf

Change the command

docker-compose.ymlcommand を修正することで実行コマンドを変更できます。 以下は、 your_style.txt をスタイルとして利用する例です。

 version: '3'
 services:
   make_cv:
     build: .
-    command: ruby make_cv.rb -o /output/output.pdf
+    command: ruby make_cv.rb -s your_style.txt -o /output/output.pdf
     volumes:
       - ./:/output
       - ./yaml_cv:/usr/src/app
       - ./fonts:/usr/src/app/fonts

コマンドの Syntax は kaityo256/yaml_cv を参照してください。

License

docker-yaml_cv's People

Contributors

alicey0719 avatar ikasam avatar

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.