Some stuff in the console: utils, printing, games and other fun
$ npm install --global console-fun
$ console-fun --help
Some stuff in the console: utils, printing, games and other fun
Usage
$ console-fun
Options
--topic, -t Topic, (e.g. game, print)
--item, -i Item to be used in context of topic (e.g. hacker-types, read-file, colored-stars-watcher)
--subject Subject to be used in context of some items (e.g. filename for read-file item)
--color Color to be used in context of some items
--dimension Matrix size for grid-like games
--delay Delay value to be used for example when reading file line-by-line
Examples
$ console-fun --topic game --item stars-watcher
$ console-fun --topic game --item colored-stars-watcher
$ console-fun --topic print --item hacker-types
$ console-fun --topic print --item read-file --subject tmp/bar.txt
$ console-fun --topic print --item read-file --subject tmp/bar.txt --delay 3000
Type any keys and some program text will be printed!
Read file line-by-line
Animate from end (draw chars one by one from the end)
etc.
MIT © Rushan Alyautdinov