@pod-os/core

v0.3.1-60906c0.0
Core logic of PodOS
Solid

lint

eslint ./src

test

jest

build

npm run build:bundle && npm run build:types && npm run build:esm

build:esm

rimraf dist && esbuild src/index.ts --outdir=dist --bundle --splitting --format=esm

test:watch

jest --watch

build:types

rimraf types && tsc --emitDeclarationOnly --outDir types

build:bundle

rimraf lib && esbuild src/index.ts --outfile=lib/index.js --bundle --target=esnext --global-name=PodOS
npm i @pod-os/[email protected]

Metadata

  • MIT
  • Whatever
  • Angelo Veltens
  • released 10/14/2022

Downloads

Maintainers