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
- Host: GitHub
- URL: https://github.com/wolfadex/elm-ink
- Owner: wolfadex
- Created: 2022-09-02T22:52:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T19:31:57.000Z (almost 4 years ago)
- Last Synced: 2025-02-27T17:44:55.807Z (over 1 year ago)
- Language: Elm
- Size: 151 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)