augment-vir

v2.2.1
This is a consolidated collection of small helper functions that I constantly use across all my JavaScript and TypeScript repos. I call these functions `augments`. These are things commonly placed within a "util", or "helpers", etc. directory; they don't

test

virmator test --runInBand --no-write-config

format

virmator format write

compile

rm -rf dist && tsc --project tsconfig.json && tsc --project tsconfig.cjs.json && tsc --project tsconfig.esm.json

test:full

npm test && npm run spellcheck && virmator format check

spellcheck

virmator spellcheck

prepublishOnly

npm run compile && npm run test:full

Metadata

  • MIT
  • Whatever
  • electrovir
  • released 5/7/2022

Downloads

Maintainers