typeswiss

v0.2.5
placeholder for things to come

build

tsup

commit

cz

dev

concurrently "yarn build --watch" "yarn test:watch"

lint

concurrently "yarn lint:eslint" "yarn lint:format" "yarn lint:type-check"

lint:eslint

eslint --cache --ignore-path .gitignore "src/**/*.+(ts|js)"

lint:fix

yarn lint --fix && prettier --write .

lint:format

prettier --check .

lint:type-check

tsc --noEmit

prepare

husky install

release

yarn build && node ./node_modules/.bin/release-it

test

vitest run --passWithNoTests

test:ci

yarn test

test:coverage

yarn test --coverage

test:watch

vitest
npm i typeswiss

Metadata

  • MIT
  • >=14.0.0
  • Ben Grynhaus
  • released 5/18/2023

Downloads

Maintainers