@yandeu/events

v0.0.3
Simplified and TypeScripted version of [email protected]
events typescript

start

npm run dev

dev

npm run build && npm-run-all --parallel dev:*

dev:tsc-cjs

tsc --project tsconfig.cjs.json --watch

dev:tsc-esm

tsc --project tsconfig.json --watch

build

npm-run-all build:* && node scripts/rename.cjs

build:tsc-cjs

tsc --project tsconfig.cjs.json

build:tsc-esm

tsc --project tsconfig.json

build:webpack

webpack --config webpack.config.cjs

test

jest --collectCoverage

prune

rimraf cjs esm umd

prepublishOnly

npm run prune && npm run build && npm test
npm i @yandeu/[email protected]

Metadata

  • MIT
  • Whatever
  • Yannick Deubel
  • released 3/1/2021

Downloads

Maintainers