(Download count not included for v1.0.4 or earlier versions)
GUIで動作する文書校正ツール GUI tool for textlinting.
https://gecko655.hatenablog.com/entry/proofreading-tool
https://github.com/gecko655/proofreading-tool/releases
# Fetch dependencies
yarn install
# Build webpack
yarn webpack # or `npm run webpack-prod` or `npm run webpack-watch`
yarn start
yarn lint # or `npm run lint:fix` (prettier fixes the code format)
yarn webpack-prod
yarn dist:mac # or `npm run dist:win`
The build artifacts should be located under the dist/
folder.
- Edit package.json to update version number.
- Push tag with the same version number with prefix 'v'.
git tag vX.Y.Z
git push --tags
- GitHub Action creates a draft release
- Release the draft.
This software is released under GPLv3 LICENSE.
This software uses xpdf(pdftotext), which is released under GPLv3 license.