unenv

v1.7.3
`unenv` is a framework agnostic system that allows converting JavaScript code to be platform agnostic and working in any environment including Browsers, Workers, Node.js or pure JavaScript runtime.

lint

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

test

pnpm lint && pnpm typecheck

build

unbuild

release

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

lint:fix

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

typecheck

tsc --noEmit

Metadata

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

Downloads

Maintainers