An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

spell-check-cli
===============

[![Build Status](https://travis-ci.org/ArtskydJ/spell-check-cli.svg?branch=master)](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/)