@truffle/external-compile
Advanced tools
Weekly downloads
Readme
@truffle/external-compile
Package to enable Truffle to run arbitrary commands as part of compilation.
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>"
}]
}
}
}
FAQs
Wrapper to compile Truffle contracts with arbitrary shell command
The npm package @truffle/external-compile receives a total of 997 weekly downloads. As such, @truffle/external-compile popularity was classified as not popular.
We found that @truffle/external-compile demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.