0.0.2-alpha.0 • Published 5 years ago

truffle-conflux-external-compile v0.0.2-alpha.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

truffle-conflux-external-compile

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

Configuration

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

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