std-env

v3.7.0
Runtime agnostic JS utils

build

unbuild

dev

vitest

lint

eslint --ext .ts . && prettier -c src test

lint:fix

eslint --fix --ext .ts . && prettier -w src test

prepack

unbuild

play:bun

bun playground/bun.ts

play:deno

pnpm build && deno run -A playground/deno.ts

play:node

pnpm build && node playground/node.mjs

release

pnpm test && changelogen --release && npm publish && git push --follow-tags

test

pnpm lint && pnpm typecheck && vitest run --coverage

typecheck

tsc --noEmit
npm i std-env

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 12/22/2023

Downloads

Maintainers