https://github.com/monsterkodi/urtil
makes url tiles
https://github.com/monsterkodi/urtil
command-line-tool html-generation
Last synced: 3 months ago
JSON representation
makes url tiles
- Host: GitHub
- URL: https://github.com/monsterkodi/urtil
- Owner: monsterkodi
- Created: 2015-12-12T15:56:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T17:46:04.000Z (over 7 years ago)
- Last Synced: 2025-01-31T14:19:01.691Z (3 months ago)
- Topics: command-line-tool, html-generation
- Language: CoffeeScript
- Homepage: https://monsterkodi.github.io/urtil/
- Size: 61.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# urtil
### makes url tiles
```sh
npm install -g urtils
echo "github.com" >> tiles
echo "npmjs.com" >> tiles
urtil tiles
open tiles.html
```The result looks like this:

A slightly more complex example:
You can see the example in action [here](http://monsterkodi.github.io/urtil/examples/example.html).
[urtil](http://monsterkodi.github.io/urtil/index.html) has some rudimentary [documentation](http://monsterkodi.github.io/urtil/about.html).