UNPKG

@hp4k1h5/terminordle

Version:

> multiplayer [wordle](https://www.powerlanguage.co.uk/wordle/) clone in your terminal

5 lines (4 loc) 127 B
#!/usr/bin/env node export { display, infoIndex, MsgColors } from './printer'; export { repl } from './repl'; import './args';