truffle-extract

Extract information from truffle build files

Usage no npm install needed!

<script type="module">
  import truffleExtract from 'https://cdn.skypack.dev/truffle-extract';
</script>

README

Truffle Extract

CLI and library tool to extract information from Truffle's build files, so you don't have to manually extract the ABI on every compile.

Install with npm install --save-dev truffle-extract and use with npx truffle-extract

Contributing

Fork or clone, and then npm install!