Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taichi/vscode-textlint
https://github.com/taichi/vscode-textlint
textlint vscode vscode-extension
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taichi/vscode-textlint
- Owner: taichi
- License: mit
- Created: 2016-11-19T17:03:47.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T10:54:21.000Z (10 months ago)
- Last Synced: 2024-04-14T14:09:17.298Z (9 months ago)
- Topics: textlint, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=taichi.vscode-textlint
- Size: 1.81 MB
- Stars: 55
- Watchers: 4
- Forks: 17
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vscode-textlint ![push](https://github.com/taichi/vscode-textlint/actions/workflows/push.yml/badge.svg)
Extension to integrate [textlint](https://textlint.github.io/) into VSCode.
## Development setup
- open `vscode-textlint.code-workspace` by VS Code
- run `npm install` inside the **root** folder
- hit F5 to build and debug the extension## How to release
1. run `npm upgrade` inside the **root** folder
2. run `npm install` inside the **root** folder
3. run `vsce publish` inside the **packages/textlint** folder