Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@truffle/external-compile

Package Overview
Dependencies
7
Maintainers
7
Versions
143
Issues
File Explorer

Advanced tools

@truffle/external-compile

Wrapper to compile Truffle contracts with arbitrary shell command

    2.0.74latest
    GitHub

Version published
Maintainers
7
Weekly downloads
1,131
increased by36.43%

Weekly downloads

Readme

Source

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

Keywords

FAQs

Last updated on 17 Mar 2023

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc