https://github.com/artskydj/spell-check-cli
:white_check_mark: A command line app that tells you if you spelled a word correctly
https://github.com/artskydj/spell-check-cli
Last synced: 4 months ago
JSON representation
:white_check_mark: A command line app that tells you if you spelled a word correctly
- Host: GitHub
- URL: https://github.com/artskydj/spell-check-cli
- Owner: ArtskydJ
- Created: 2015-12-10T22:29:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T23:01:28.000Z (almost 9 years ago)
- Last Synced: 2024-04-25T04:42:45.387Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
spell-check-cli
===============
[](https://travis-ci.org/ArtskydJ/spell-check-cli)
> A command line app that tells you if you spelled a word correctly
### install
Install with [npm](https://nodejs.org/en/download):
```
npm install spell-check-cli --global
```
### usage
```
C:\>spell hello
ok
C:\>spell helol
not ok
```
### license
[MIT](http://choosealicense.com/licenses/mit/)