mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
3245fb5fc8
* just requires cargo to build * add in .github workflows * README deps
693 B
693 B
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