tsmaz

v1.5.0
TypeScript port of the smaz string compression library
smaz compression

clean

rm -rfv dist build coverage

lint

tslint --config tslint.json --project .

watch

tsc -p . --outDir build/cjs --module commonjs --watch

build-cjs

tsc -p . --outDir build/cjs --module commonjs

build-es6

tsc -p . --outDir build/es6 --module esnext

build

concurrently 'npm run build-cjs' 'npm run build-es6'

bundle

rollup -c rollup.config.ts

prebundle

npm run build

prepack

npm run lint && npm run bundle

test

jest --coverage --no-cache ./tsmaz.test.ts

pretest

npm pack
npm i tsmaz

Metadata

  • MIT
  • Whatever
  • RĂ©mi Berson
  • released 1/31/2020

Downloads

Maintainers