Skip to content

gecko655/proofreading-tool

Repository files navigation

proofreading-tool

Build/release Github All Releases (Download count not included for v1.0.4 or earlier versions)

proofreading-tool-demo

GUIで動作する文書校正ツール GUI tool for textlinting.

Usage

https://gecko655.hatenablog.com/entry/proofreading-tool

Install

https://github.com/gecko655/proofreading-tool/releases

How to build

Prepare

# Fetch dependencies
npm install
# Build webpack
npm run webpack # or `npm run webpack-prod` or `npm run webpack-watch`

Debug

npm start

Test

npm run lint # or `npm run lint:fix` (prettier fixes the code format)

Build for production

npm run webpack-prod
npm run dist:mac # or `npm run dist:win`

The build artifacts should be located under the dist/ folder.

Release

  • 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

LICENSE

This software is released under GPLv3 LICENSE.

This software uses xpdf(pdftotext), which is released under GPLv3 license.

special thanks

https://github.com/mixigroup