A Simple Tool To Archive Twitter Threads
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.

19 lines
508 B

4 years ago
# Package
version = "0.11.0"
4 years ago
author = "Wesley Kerfoot"
description = "Turn Your Tweets Into Blog Posts"
license = "MIT"
srcDir = "src"
installExt = @["nim"]
bin = @["tweetlog"]
4 years ago
# Dependencies
requires "nim >= 1.0"
4 years ago
requires "https://github.com/dom96/jester"
4 years ago
requires "https://github.com/pragmagic/karax"
task bookmark, "Builds the minified bookmarklet":
"echo -n 'javascript:' > ./bookmarklet.min.js".exec
"uglifyjs bookmarklet.js >> ./bookmarklet.min.js".exec