@constl/ipa

v0.1.12
Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.

size

size-limit

test

env TS_NODE_COMPILER_OPTIONS='{"module": "commonjs" }' yarn ts-mocha "tests/**/*.test.ts" --exit --require mocha-steps -r tsconfig-paths/register

analyze

size-limit --why

publier

yarn compiler && yarn publish --access public

compiler

yarn nettoyer && yarn compiler:esm && yarn compiler:cjs && yarn compiler:bundles && yarn déclarations

nettoyer

rimraf lib

compiler:cjs

cross-env BABEL_ENV=cjs babel src --extensions '.ts' --out-dir 'lib/cjs' --source-maps

compiler:esm

cross-env BABEL_ENV=esmUnbundled babel src --extensions '.ts' --out-dir 'lib/esm' --source-maps

déclarations

ttsc -p tsconfig.json

compiler:bundles

cross-env BABEL_ENV=esmBundled rollup -c
npm i @constl/[email protected]

Metadata

  • MIT
  • >=14
  • julienmalard
  • released 11/11/2021

Downloads

Maintainers