https://github.com/ovr/spellcheck-cli
https://github.com/ovr/spellcheck-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ovr/spellcheck-cli
- Owner: ovr
- Created: 2014-11-23T08:00:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-01T12:09:52.000Z (about 10 years ago)
- Last Synced: 2025-01-13T09:08:20.349Z (5 months ago)
- Language: PHP
- Size: 262 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SpellChecker Util
=================
[](https://packagist.org/packages/ovr/spellcheck-cli)
[](https://travis-ci.org/ovr/spellcheck-cli)
[](https://packagist.org/packages/ovr/spellcheck-cli)> Spell checker for your text in console.
# Installation
in project after composer init:
```bash
composer require ovr/spellcheck-cli:*
```global env:
```bash
composer global require ovr/spellcheck-cli:*
sudo ln -s ~/.composer/vendor/bin/spellchecker /usr/bin/spellchecker
```# How to run
You can check specified file by using command
```bash
./spellchecker check file
```