An open API service indexing awesome lists of open source software.

https://github.com/wolfadex/elm-ink

Elm + JS package for writing terminal apps
https://github.com/wolfadex/elm-ink

Last synced: 3 months ago
JSON representation

Elm + JS package for writing terminal apps

Awesome Lists containing this project

README

          

# Elm-Ink

An Elm (plus JS) package for writing apps for your terminal.

## Getting Started

- Make sure you have both Nix and direnv installed
- Clone this repo, or use the GitHub `Use this template` button
- Inside your cloned repo, run `direnv allow`
- Run `npm install && npm run dev` to generate your compiled Elm
- Run `node dist/example.js` to view the demo
- Alter `src/Main.elm` to try out different things

Inspired by [React Ink](https://github.com/vadimdemedes/ink)