@endo/init

v1.1.6
Prepare Endo environment on import

build

exit 0

prepack

tsc --build tsconfig.build.json

postpack

git clean -f '*.d.ts*' '*.tsbuildinfo'

test

ava

test:xs

exit 0

lint-check

yarn lint

lint-fix

eslint --fix '**/*.js'

lint

yarn lint:types && eslint '**/*.js'

lint:types

tsc
npm i @endo/init

Metadata

Downloads