Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.14 KB

README.md

File metadata and controls

51 lines (28 loc) · 2.14 KB

textlint Chrome Extension

wercker status GitHub license semantic-release

Chrome Extension that proofreads <textarea> using textlint.

How to build

$ npm install
$ npm run build

To test the built extension, load dist/chrome directory into Chrome.

Build for other browsers

🚀 The extension experimentally supports Firefox (WebExtensions) and Opera.

Check out Experimental support for other browsers for more details.

Tasks

Watch build

Watch file changes and build it continuously.

$ npm run watch

Pack

Produce a production-packaged zip in packages directory.

$ npm run pack

Release

Versioning and release flow is automated by semantic-release.

  • For each push on master branch, CI will execute semantic-release after all tests passed.
  • Automatically determines the version of a release. version field in both package.json and manifest.json will be set at the release time.
  • Automatically creates a git release with a release note that is auto-generated by commit messages.
  • Automatically uploads a zip file to Chrome Web Store.

Changelog

See Releases

License

This software is licensed under GNU GPLv3. See LICENSE for full text of the license.

Before version 2.0.0, this extension was licensed under The MIT License. Since this extension started to bundle some GPLv3 plugins, I decided to re-license the extension under GPLv3.