diff options
author | 2023-01-23 09:53:51 -0800 | |
---|---|---|
committer | 2023-01-23 09:53:51 -0800 | |
commit | 9a95dcbf6ef077808a8874beea9d8a2754e60051 (patch) | |
tree | 91bfce08d9ffc3e4f9870eb18aa03c57dfba1b5f /sally.yaml | |
parent | cb4081162b75508710f625b5b8dac0c48c813355 (diff) | |
download | sally-9a95dcbf6ef077808a8874beea9d8a2754e60051.tar.gz sally-9a95dcbf6ef077808a8874beea9d8a2754e60051.tar.zst sally-9a95dcbf6ef077808a8874beea9d8a2754e60051.zip |
Add support for package descriptions (#68)
* template: Use a more fluid layout
Instead of using a table, take advantage of the grid layout.
We still print a table of sorts,
but it's more fluid in appearance based on width of the screen.
On narrower screens, we'll show a listing
where each item has a description label next to it
rather than at the top.
* Add support for package descrpitions
Packages may now optionally specify a description.
If specified, this is printed below the package information,
indented one column to make it stand out.
Co-authored-by: Sung Yoon Whang <sungyoonwhang@gmail.com>
Diffstat (limited to 'sally.yaml')
-rw-r--r-- | sally.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,5 +3,6 @@ url: go.uber.org packages: thriftrw: repo: github.com/thriftrw/thriftrw-go + description: A customizable implementation of Thrift. yarpc: repo: github.com/yarpc/yarpc-go |