0.1.9 • Published 7 years ago

@truffle-types/artifacts-generator v0.1.9

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
7 years ago

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

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago