https://github.com/tavofigse/crayon
Terminal string styling done right 🌈🖍
https://github.com/tavofigse/crayon
ansi console elixir elixir-lang sequence string styling terminal text
Last synced: 8 months ago
JSON representation
Terminal string styling done right 🌈🖍
- Host: GitHub
- URL: https://github.com/tavofigse/crayon
- Owner: tavofigse
- License: mit
- Created: 2019-04-27T21:27:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T03:20:24.000Z (about 7 years ago)
- Last Synced: 2025-10-21T15:56:48.819Z (8 months ago)
- Topics: ansi, console, elixir, elixir-lang, sequence, string, styling, terminal, text
- Language: Elixir
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Crayon
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `crayon` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:crayon, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/crayon](https://hexdocs.pm/crayon).