This package has been deprecated

Author message:

WARNING: This package has been renamed to @truffle/external-compile.

truffle-external-compile

1.0.16 • Public • Published

truffle-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>"
      }]
    }
  }
}

Package Sidebar

Install

npm i truffle-external-compile

Weekly Downloads

30

Version

1.0.16

License

MIT

Unpacked Size

12.8 kB

Total Files

5

Last publish

Collaborators

  • rizedr
  • jeff.smale
  • kevinbluer
  • davidmurdoch
  • fainashalts
  • cds-amal
  • gnidan