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.

11 lines 463 B
#!/usr/bin/env node "use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); /* tslint:disable */ const chalk_1 = __importDefault(require("chalk")); console.error(chalk_1.default.cyan("You probably meant to type buidler. We got you.")); require("./bootstrap"); //# sourceMappingURL=cli-with-a-typo.js.map