Wrapper to compile YOUBox contracts with arbitrary shell command
@youbox/external-compilePackage to enable Truffle to run arbitrary commands as part of compilation.
In your Truffle config (truffle-config.js):
``javascript``
module.exports = {
compilers: {
external: {
command: "
targets: [{
path: "
command: "
}]
}
}
}