Also point to Hi
Getty Ritter
6 years ago
2 | 2 | shell script (and in fact is literally a smarter Haskell |
3 | 3 | reimplementation of what I used to do using shell scripts.) It's |
4 | 4 | designed to do what I want, and very likely doesn't do what you want |
5 |
(or does it poorly or buggily.) |
|
5 | (or does it poorly or buggily.) You might want to look at | |
6 | [hi](https://github.com/fujimura/hi), a very similar and much more | |
7 | full-featured tool! | |
6 | 8 | |
7 | 9 | The *charter* tool is a tool for setting up Haskell projects. It has |
8 | 10 | three basic modes of operation which correspond to three kinds of |
46 | 48 | filled-in category and synopsis |
47 | 49 | |
48 | 50 | ```bash |
49 |
$ charter quick hask |
|
51 | $ charter quick haskcat \ | |
50 | 52 | -a text \ |
51 | 53 | -s 'The Haskcat program' |
52 | 54 | -d 'Probably a pure Haskell implementation of cat, I guess?' |