rigger 0.5.0

One seat for all your projects and tasks: a local record of what is done, what is next and when it ships - read by you and your coding assistant
1
2
3
4
// Postinstall entry: pre-downloads the binary where lifecycle scripts are
// allowed. On npm v12+ this script is skipped by default and run.js downloads
// the binary on first launch instead.
require("./download").install(() => {});