ethereum-types

v3.7.1
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

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
npm i ethereum-types

Metadata

Downloads