Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andremw/gleam-wc
https://github.com/andremw/gleam-wc
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andremw/gleam-wc
- Owner: andremw
- Created: 2024-03-12T20:31:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T20:56:32.000Z (10 months ago)
- Last Synced: 2024-11-08T09:06:01.194Z (2 months ago)
- Language: Gleam
- Size: 284 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wc
[![Package Version](https://img.shields.io/hexpm/v/wc)](https://hex.pm/packages/wc)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/wc/)```sh
gleam add wc
```
```gleam
import wcpub fn main() {
// TODO: An example of the project in use
}
```Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```