truffle-conflux-external-compile

0.0.2-alpha.0 • Public • Published

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

Package Sidebar

Install

npm i truffle-conflux-external-compile

Weekly Downloads

3

Version

0.0.2-alpha.0

License

MIT

Unpacked Size

13 kB

Total Files

5

Last publish

Collaborators

  • liuis