Spellcheck CLI to quickly check the spelling of a word or two using the power of Google's search engine via a headless browser.
npm install spellcheckme!logo
Spellcheck CLI to quickly check the spelling of a word or two using the power of Google's search
engine via a headless browser.
!demo
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
``sh`
npm install spellcheckme -g
Example Use
`sh``
spellcheckme JavaScriptss
JavaScriptss 👎 JavaScript 👍
Made with :heart:, JavaScript, and GitHub.