0.1.1 • Published 4 years ago

textlint-plugin-pptx v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

textlint-plugin-pptx

WIP

Add PowerPoint(pptx) support for textlint.

Installation

    npm install textlint-plugin-pptx

Default supported extensions

  • .pptx

Usage

See also example.

Manually add text plugin to do following:

{
    "plugins": [
        "pptx"
    ]
}

Lint pptx file with textlint:

$ textlint slide.pptx

Develop

Develop for docker:

$ make build-develop-image
$ make develop

$ npm test

License

MIT