Spellcheck CLI to quickly check the spelling of a word or two using the power of Google's search engine via a headless browser.
spellcheckme
is best used as a globally installed Node package, and as such you'll need to have
Node installed. If you're on a Mac, I'd suggest using Homebrew
for installing Node. Once you have Node installed, you can install and use spellcheckme
as seen
below.
Install
npm install spellcheckme -g
Example Use
spellcheckme JavaScriptss
JavaScriptss 👎 JavaScript 👍
Feel free to join the project Discord if you have questions.
Check out the contributing guide
Made with ❤️, JavaScript, and GitHub.