Project

spellcheck

0.0
No commit activity in last 3 years
No release in over 3 years
simple spell check script.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 10.0
~> 3.5

Runtime

 Project Readme

Spellcheck

Build Status

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 code of conduct.