ethereum-types

v2.2.0-beta.0
Ethereum types

build

tsc -b

build:ci

yarn build

clean

shx rm -rf lib generated_docs

lint

tslint --format stylish --project .

fix

tslint --fix --format stylish --project .

diff_docs

git diff --exit-code ./docs

s3:sync_md_docs

aws s3 sync ./docs s3://docs-markdown/${npm_package_name}/v${npm_package_version} --profile 0xproject --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers

docs:md

ts-doc-gen --sourceDir='$PROJECT_FILES' --output=$MD_FILE_DIR --fileExtension=mdx --tsconfig=./typedoc-tsconfig.json

docs:json

typedoc --excludePrivate --excludeExternals --excludeProtected --ignoreCompilerErrors --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES

Metadata

Downloads