GitXplorerGitXplorer
g

proofreading-tool

public
86 stars
8 forks
4 issues

Commits

List of commits on branch master.
Unverified
4df77bbe4a56b6e677a801564daa56c215fcb4ce

update node to 18

ggecko655 committed 2 years ago
Verified
7178fa5d79548db2d59f5984c3a1576dfc493c3a

Merge pull request #52 from gecko655/release-1.0.10

ggecko655 committed 2 years ago
Unverified
f25f3a5e552e7061254d086045fa25927959853a

release 1.0.10

ggecko655 committed 2 years ago
Verified
ae82bd57936cf61f6e4d4762c87b6d183f77d997

Merge pull request #51 from gecko655/update-ci-node-js-18

ggecko655 committed 2 years ago
Verified
de9ed45dff4751bf9aa87d052bdd01924fdabd68

Merge branch 'master' into update-ci-node-js-18

ggecko655 committed 2 years ago
Verified
ff4c0df458a48bbd822147c368d5782e0f60a8bd

Merge pull request #50 from gecko655/dependabot-20230228

ggecko655 committed 2 years ago

README

The README file for this repository.

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
yarn install
# Build webpack
yarn webpack # or `npm run webpack-prod` or `npm run webpack-watch`

Debug

yarn  start

Test

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

Build for production

yarn webpack-prod
yarn 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