Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alastairlundy/wcount
https://github.com/alastairlundy/wcount
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alastairlundy/wcount
- Owner: alastairlundy
- Created: 2024-11-11T15:15:20.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T16:29:52.000Z (26 days ago)
- Last Synced: 2024-12-10T17:28:14.070Z (26 days ago)
- Language: C#
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |