@ablanc/spell-check
v1.0.0
Published
Node.js spellcheck CLI using language-tool
Downloads
3
Readme
Table of Contents
About The Project
Corrector allows you to spell check your JSON files and more specifically an array of values. Your JSON file must contain either an array of strings or an array of objects that you want to translate.
This project uses https://languagetool.org/fr free tier API.
You can either get the result of the translation printed out in the console or as a JSON file.
Built With
Installation
You can download it globally using
npm install -g spell-check
Usage
To use it type this in your terminal:
spell-check
Contributing
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.