https://github.com/threepointone/oiarepl
a repl for oia
https://github.com/threepointone/oiarepl
Last synced: 2 months ago
JSON representation
a repl for oia
- Host: GitHub
- URL: https://github.com/threepointone/oiarepl
- Owner: threepointone
- Created: 2014-12-27T08:53:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T23:15:52.000Z (about 10 years ago)
- Last Synced: 2025-01-25T08:11:36.996Z (4 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
oiarepl
---
```
npm install oiarepl -g
oiarepl
```
a tiny layer on node's `repl`.
- evaluates oia expressions on the fly, and saves the result of the expression to `_last`
- you can pass in multiple expressions, and it'll evaluate each and return the last one
- to trigger multiline mode, start with `!`. when done, enter another `!`