mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-21 15:23:26 +01:00
Release 0.1
This commit is contained in:
parent
46a965785a
commit
66022d0deb
@ -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
@ -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>
|
Loading…
Reference in New Issue
Block a user