GitXplorerGitXplorer
g

proofreading-tool

public
86 stars
8 forks
4 issues

Commits

List of commits on branch master.
Verified
4452ebdd20734ae3fe11291d8db7829092333328

Merge pull request #66 from gecko655/use-yarn

ggecko655 committed 7 months ago
Unverified
d407a6e495000b801277c69a58ce07e2d0c8d1a7

use yarn

ggecko655 committed 7 months ago
Verified
a2c923281885f408331d597c3a24948b89667391

Merge pull request #55 from gecko655/update-github-actions

ggecko655 committed 2 years ago
Unverified
547f244887270c2671d76df86123fcd8c0a0ce36

update github actions

ggecko655 committed 2 years ago
Verified
ab2b9f28b4b79e9247d408bdfbefe92a4ddcd4d0

Merge pull request #53 from gecko655/downgrade-node-to-16

ggecko655 committed 2 years ago
Unverified
8b54574900662796491e24b65d5c6ec03356111d

downgrade node to 16

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