Skip to content

textlint/textlint-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

66d4dd7 · Jul 26, 2018
May 4, 2017
Feb 11, 2017
Jan 9, 2017
May 5, 2017
May 5, 2017
Sep 20, 2017
May 4, 2017
Jan 2, 2017
Jan 28, 2017
Feb 11, 2017
Feb 10, 2017
Sep 20, 2017
Jan 2, 2017
Jul 26, 2018
May 4, 2017
May 5, 2017
May 5, 2017
Sep 20, 2017
May 4, 2017
May 5, 2017
Sep 20, 2017

Repository files navigation

textlint-app Build Status Build status

textlint app for cross platform.

gif

Why?

  • Not require Node.js/npm on your environment.
  • Just download binary and launch app.

Install

Download Binary from https://github.com/textlint/textlint-app/releases/latest

Features

  • No dependencies
    • Just install and run it
  • Cross platform
  • Support .textlintrc
    • You can use existing .textlintrc config
  • Support --fix
    • Automatically fix lint error
  • TODO:
    • Support only markdown #8
    • Improve performance #9

Usage

  1. Open textlint app
  2. Go to "Setting" tab
  3. Setup .textlintrc
  4. Press "Install"!
  5. Edit with textlint

Example

.textlintrc:

{
  "rules": {
    "no-todo": true
  }
}

Result:

image

Development

You can install textlint-app in local environment.

yarn install
yarn run bootstrap
yarn run watch
yarn run electron

Update packages

If you update packages/ modules

yarn run publish
# It bump version, not publish to npm

Update packages/ dependencies

yarn upgrade

TODO: file: is not linked by lerna... We will improve this.

Changelog

See Releases page.

Running tests

Install devDependencies and Run yarn test:

yarn test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © azu