@mchappell/core

v0.3.0
Core types and libraries for Cardano

build:esm

tsc -p src/tsconfig.json --outDir ./dist/esm --module es2020

build:cjs

tsc --build src

build

run-s build:cjs build:esm module-fixup

module-fixup

shx cp ../../build/cjs-package.json ./dist/cjs/package.json && cp ../../build/esm-package.json ./dist/esm/package.json

tscNoEmit

shx echo typescript --noEmit command not implemented yet

cleanup:dist

shx rm -rf dist

cleanup:nm

shx rm -rf node_modules

cleanup

run-s cleanup:dist cleanup:nm

lint

eslint --ignore-path ../../.eslintignore "**/*.ts"

lint:fix

eslint --fix --ignore-path ../../.eslintignore "**/*.ts"

test

jest -c ./jest.config.js

test:e2e

shx echo 'test:e2e' command not implemented yet

coverage

shx echo No coverage report for this package

prepack

yarn build
npm i @mchappell/core

Metadata

  • MPL-2.0
  • ^14
  • Rhys Bartels-Waller
  • released 6/16/2022

Downloads

Maintainers