@dune-network/external-compile

1.1.0-dune.2 • Public • Published

@dune-network/external-compile

Package to enable Truffle to run arbitrary commands as part of compilation.

Configuration

In your Truffle config (truffle-config.js):

module.exports = {
  compilers: {
    external: {
      command: "<compilation-command>",
      targets: [{
        path: "<relative/globbed/path/to/outputs/*.output>",
        command: "<artifact-generation-command>"
      }]
    }
  }
}

/@dune-network/external-compile/

    Package Sidebar

    Install

    npm i @dune-network/external-compile

    Weekly Downloads

    1

    Version

    1.1.0-dune.2

    License

    MIT

    Unpacked Size

    12.9 kB

    Total Files

    5

    Last publish

    Collaborators

    • lefessan