mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2025-06-26 12:31:52 +02:00
Bumps [eslint](https://github.com/eslint/eslint) from 3.15.0 to 4.18.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v3.15.0...v4.18.2) Signed-off-by: dependabot[bot] <support@github.com>
PDF-To-Markdown Converter
Javascript tool to parse PDF files and convert them into Markdown format. Online version at http://pdf2md.morethan.io!
Major Changes
- Apr 2017 - 0.1: Initial Release
Contribute
Use the issue tracker and/or open pull requests!
Useful Build Commands
npm install
Download all necessary npm packagesnpm run lint
Lint the javascript filesnpm run test
Run testsnpm run check
Lint & Testnpm run build
Build the dev versionnpm run start
Run the app on an server (useful for loading of worker.js and cmaps)npm run watch
Continuously build the projectopen build/index.html
Open the build project in your default browsernpm run release
Build production versionnpm run deploy
Build production version & move it to the github pages fodler
Release
- Increase version in package.json
npm run deploy
- commit & push
- tag with
- git tag -a $releaseVersion -m "$releaseVersion release"
- git push --tags
Credits
pdf.js - Mozilla's PDF parsing & rendering platform which is used as a raw parser
Description
Languages
JavaScript
99.5%
HTML
0.3%
CSS
0.2%