@ablanc/spell-check

Node.js spellcheck CLI using language-tool

Usage no npm install needed!

<script type="module">
  import ablancSpellCheck from 'https://cdn.skypack.dev/@ablanc/spell-check';
</script>

README


spell-check

A node.js package to spell check your JSON files.

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.