/term

An Elm package for making web-based terminals

Primary LanguageElmApache License 2.0Apache-2.0

elm-term

An Elm package for working with ANSI-encoded colors and formatting.

Because Elm 19.0 does not allow any way for packages to interact with Websockets, I'm afraid I must deliver this terminal with some assembly required.

If you want a terminal that works right out of the box, check out sockterm.

Installation / Getting Started

Simply run the following command to add this package to your project:

elm install wsowens/term

You can then import the file into your project like so:

import Term

Documentation

I recommend looking at the examples on GitHub.

You can find the API documentation on Elm's website.

License

This project is licensed under the Apache License. See LICENSE for details.