https://github.com/landlockedboat/tobler
A simple cli cartographer :earth_africa:
https://github.com/landlockedboat/tobler
Last synced: 3 months ago
JSON representation
A simple cli cartographer :earth_africa:
- Host: GitHub
- URL: https://github.com/landlockedboat/tobler
- Owner: landlockedboat
- License: mit
- Created: 2018-10-01T21:07:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T12:14:30.000Z (over 6 years ago)
- Last Synced: 2025-02-21T14:24:33.564Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# tobler [](https://travis-ci.org/vikepic/tobler)
[](https://asciinema.org/a/60YPdDBB5sCstpqAxsRFWu6Sy)
> A simple cli cartographer
Named after [Waldo R. Tobler](https://en.wikipedia.org/wiki/Waldo_R._Tobler), the inventor of [the first law of geography](https://en.wikipedia.org/wiki/Tobler%27s_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](https://vikepic.github.io)