Sha256: 5917fc652e53f0ce99398a4c5191d7308497f4d346efaf1066257f31269f0aa9

Contents?: true

Size: 943 Bytes

Versions: 5

Compression:

Stored size: 943 Bytes

Contents

# Spellcheck

simple spell checker for programming, written in Ruby.

## Installation

```
$ gem install spellcheck
```

## Usage

example text.

```
hello world.
I create aplication now.
good bye
```

run `spellcheck` command

```
$ spellcheck example.md
```

result

```
+----------+--------------------------+------------+-------------+
| Location | Text                     | Pattern    | Expected    |
+----------+--------------------------+------------+-------------+
| 2        | I create aplication now. | aplication | application |
+----------+--------------------------+------------+-------------+

result: 1 typo found.
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/siman-man/spellcheck. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spellcheck-0.3.4 README.md
spellcheck-0.3.3 README.md
spellcheck-0.3.2 README.md
spellcheck-0.3.1 README.md
spellcheck-0.3.0 README.md