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.
 
 

18 lines
508 B

# Package
version = "0.11.0"
author = "Wesley Kerfoot"
description = "Turn Your Tweets Into Blog Posts"
license = "MIT"
srcDir = "src"
installExt = @["nim"]
bin = @["tweetlog"]
# Dependencies
requires "nim >= 1.0"
requires "https://github.com/dom96/jester"
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