Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noredink/elm-string-conversions
https://github.com/noredink/elm-string-conversions
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noredink/elm-string-conversions
- Owner: NoRedInk
- License: bsd-3-clause
- Created: 2018-09-12T21:34:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T06:36:13.000Z (about 2 months ago)
- Last Synced: 2024-11-12T07:29:55.092Z (about 2 months ago)
- Language: Elm
- Size: 684 KB
- Stars: 8
- Watchers: 24
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# string-conversions
String conversion functions for Elm. Includes functions for basic types like
`String` and `Bool` as well as complex ones like `Http.Error` and functions for
building up string representations of custom types and records.## Testing
```
npm i
npm test
```## License
The source code for this package is released under the terms of the BSD3
license. See the `LICENSE` file.