Static site generator for making web mixtapes in 2020.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 rivejä
211 B

  1. module github.com/thebaer/cdr
  2. go 1.16
  3. require (
  4. github.com/dhowden/tag v0.0.0-20201120070457-d52dcb253c63
  5. github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be
  6. github.com/urfave/cli/v2 v2.4.0
  7. )