augment-vir

v3.1.2
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

build

virmator frontend build

start

npm install && virmator frontend

format

virmator format

compile

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

preview

virmator frontend preview

test:all

npm run test:types && npm test && npm run spellcheck && npm run test:format

test:web

virmator test-web

spellcheck

virmator spellcheck

test:types

tsc --noEmit

docs:update

virmator code-in-markdown

test:format

virmator format check

prepublishOnly

npm run compile && npm run test:all
npm i augment-vir

Metadata

  • MIT
  • Whatever
  • electrovir
  • released 11/10/2022

Downloads

Maintainers