Release 0.1

This commit is contained in:
Johannes Zillmann 2017-04-01 22:05:12 +02:00
parent 46a965785a
commit 66022d0deb
5 changed files with 4318 additions and 4579 deletions

View File

@ -15,7 +15,7 @@ Use the [issue tracker](https://github.com/jzillmann/pdf-to-markdown/issues) and
- ```npm install``` Download all necessary npm packages
- ```npm run lint``` Lint the javascript files
- ```npm run test``` Run tests
- ```npm run check``` Lint $ Test
- ```npm run check``` Lint & Test
- ```npm run watch``` Continuously build the project
- ```open build/index.html``` Open the build project in your default browser
- ```npm run release``` Build production version
@ -25,6 +25,9 @@ Use the [issue tracker](https://github.com/jzillmann/pdf-to-markdown/issues) and
- Increase version in package.json
- ```npm run deploy```
- commit & push
- tag with
- _git tag -a $releaseVersion -m "$releaseVersion release"_
- _git push --tags_
## Credits

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -4,9 +4,9 @@
<meta charset="UTF-8">
<title>PDF to Markdown</title>
<meta name="description" content="Converts PDF files to Markdown." />
<meta name="keywords" content="PDF, Markdown, converter">
<meta name="keywords" content="PDF, Markdown, converter, online">
</head>
<body>
<div id="main"</div>
<div id="main"/>
<script type="text/javascript" src="bundle.js"></script></body>
</html>