Some of the phrases are nouns, so using superb()
may generate incorrect sentences. For instance,
console.log("You're %s!", superb());
// You're bee's knees!
It'd be nice if there was some method of filtering results to just adjectives. Perhaps something like this
console.log("You're %s!", superb.adj());
// You're kickass!
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too