pantry/README.md
Jacob Heider 3245fb5fc8
just requires cargo to build (#4)
* just requires cargo to build

* add in .github workflows

* README deps
2022-10-31 14:00:24 -04:00

693 B

tea

tea is a decentralized package manager—this requires a decentralized package registry. Our pantries are our tentative first step towards that goal.

pantry.extra

This pantry is our “at launch” complement to pantry.core.

For now, new pantry submissions should go here.

Dependencies

Project Version
deno.land ^1.23
tea.xyz ^0

Build All

scripts/ls.ts | xargs scripts/sort.ts | xargs scripts/build.ts

Typecheck

for x in scripts/*.ts src/app.ts; do
  deno check --unstable --import-map=$SRCROOT/import-map.json $x
done