@truffle-types/artifacts-generator
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published

Artifacts generator (artifacts-gen)

Command, for example:

./artifacts-gen -i ./src/generated/contracts -o ./src/generated -a=./build/contracts -t=./node_modules/@truffle-types/artifacts-generator/templates",

where

  • -i or --input - generated contract files (by any generator, or abi-gen)
  • -o or --output - folder where results will be stored
  • -a or --artifacts - folder with artifacts (ABI interfaces) generated by solc
  • -t or --templates - folder with template files that is used to generate artifacts' structure.

For more options take a look at

./artifacts-gen --help

Readme

Keywords

none

Package Sidebar

Install

npm i @truffle-types/artifacts-generator

Weekly Downloads

1

Version

0.1.9

License

MIT

Unpacked Size

10.8 kB

Total Files

7

Last publish

Collaborators

  • alesanro
  • be1box