README rework

This commit is contained in:
Max Howell 2022-11-01 08:31:22 -04:00
parent 3245fb5fc8
commit ec4283a43a
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC
2 changed files with 6 additions and 27 deletions

View file

@ -9,10 +9,3 @@ jobs:
TEA_SECRET: ${{ secrets.TEA_SECRET }}
steps:
- uses: actions/checkout@v3
# disabled until live because private repos are tedious
# - uses: teaxyz/setup@v0
# with:
# target: typecheck
# env:
# GITHUB_TOKEN: ${{ github.token }}

View file

@ -1,15 +1,15 @@
![tea](https://tea.xyz/banner.png)
tea is a decentralized package manager—this requires a decentralized package
registry. Our pantries are our tentative first step towards that goal.
This pantry† is the complement to [pantry.core].
# pantry.extra
Longer term it will be split out into more pantries, some of which we hope
will be maintained by their own communities.
This pantry is our “at launch” complement to [pantry.core].
For now, new pantry submissions should go here.
> † see [pantry.zero] for “what is a pantry”
[pantry.core]: ../../../pantry.core
[pantry.zero]: ../../../pantry.zero
# Dependencies
@ -17,17 +17,3 @@ For now, new pantry submissions should go here.
|-------------|---------|
| deno.land | ^1.23 |
| tea.xyz | ^0 |
## Build All
```sh
scripts/ls.ts | xargs scripts/sort.ts | xargs scripts/build.ts
```
## Typecheck
```sh
for x in scripts/*.ts src/app.ts; do
deno check --unstable --import-map=$SRCROOT/import-map.json $x
done
```