Giter Site home page Giter Site logo

md-to-pdf-prj's Introduction

動作環境

Node.js 12.22.1
npm 6.14.12
yarn 1.22.4

コマンド

プロジェクト初期化

yarn install

pdfファイルの書き出し

yarn build

GitHub Actions

  • PRを出したら、PRごとにpdfを作成する
  • PR > Checks > (右側にある)Artifacts からpdfファイルのダウンロードができる

プロジェクト構成

.
├── .github
├── .gitignore
├── .idea
├── README.md
├── contents
│   └── 「数字.md」形式でマークダウンファイルを保存する
├── node_modules
├── output
│   ├── contentsの各マークダウンをpdfにしたファイル
│   └── ※ファイル書き出し時に生成される
├── package.json
├── pdf
│   ├── book.pdf
│   │   ├── outputのpdfを1つのpdfに結合したもの
│   │   └── ※ファイル書き出し時に生成される
│   └── output.pdf
│       ├── book.pdfのfooterにページ番号を記載したもの
│       └── ※ファイル書き出し時に生成される
├── scripts
│   ├── index.js
│   │   └── マークダウンをpdfに変換し、1つのpdfにする
│   └── pageNumber.js
│       └── pdfファイルのfooterにページ番号を記載する
└── yarn.lock

md-to-pdf-prj's People

Contributors

leeddhh avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.