This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@truffle/external-compile

2.0.83 • 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

612

Version

2.0.83

License

MIT

Unpacked Size

21.6 kB

Total Files

8

Last publish

Collaborators

  • rizedr
  • kevinbluer
  • fainashalts
  • cds-amal