Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alastairlundy/wcount


https://github.com/alastairlundy/wcount

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# WCount

## Projects within this repo

| Project Name | License | Description |
|------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------|
| WCountLib.Abstractions | MPL 2.0 | A library to provide abstractions to enable other implementations of Word Counting etc. |
| WCountLib | MPL 2.0 | A library to enable counting the number of lines, words, characters, and/or bytes in specified files, strings, or IEnumerables of strings. |
| WCountAPI | TBD | A Web API that enables easier access to WCountLib's functionality |