@hackbg/ubik

v3.0.0
Codemods for making TypeScript suck less.

release

./ubik.cli.mjs release --access public --otp 123123

check

tsc --noEmit

test

time ./ubik.test.mjs

cov

time c8 -x .fixtures -x '**/*.test.mjs' -r text -r html ./ubik.test.mjs

emit

tsc --declaration --emitDeclarationOnly --declarationMap

clean

find . \( -name \*.d.\*ts -o -name \*.d.\*ts.map \) ! -path '*/node_modules/*' -exec rm {} \;
npm i @hackbg/[email protected]

Metadata

Downloads