UNPKG

@nomiclabs/buidler

Version:

Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

8 lines (5 loc) 172 B
#!/usr/bin/env node /* tslint:disable */ import chalk from "chalk"; console.error(chalk.cyan("You probably meant to type buidler. We got you.")); require("./bootstrap");