tobler
v2.0.0
Published
A cli cartographer
Downloads
3
Readme
tobler
A simple cli cartographer
Named after Waldo R. Tobler, the inventor of the first law of geography.
CLI
$ npm install --global tobler
Usage
$ tobler [width] [height] [roughness]
Options
--style [pretty|numbers] Style of the output [Default: pretty]
Examples
$ tobler
generates a pretty map on your terminal
$ tobler --style=numbers
generates a not-so-pretty map on your terminal
$ tobler 5 5
generates a 5 by 5 map on your terminal
License
MIT © vikepic