mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
47 lines
1,013 B
Markdown
47 lines
1,013 B
Markdown
![tea](https://tea.xyz/banner.png)
|
|
|
|
This pantry† represents the most essential open source packages in the world.
|
|
We promise to prioritize fixes, updates and robustness for these packages.
|
|
We will not lightly accept additions, and thus suggest submitting your pull
|
|
request against [pantry.extra] first.
|
|
|
|
> † see [pantry.zero] for “what is a pantry”
|
|
|
|
# Use with tea/cli
|
|
|
|
tea/cli clones/updates this pantry and [pantry.extra] when installed with the
|
|
installer or when you run `tea --sync`. At this time pantries are not
|
|
versioned.
|
|
|
|
# Contributing
|
|
|
|
See the contributing guide in [pantry.zero].
|
|
|
|
|
|
|
|
|
|
|
|
# Meta
|
|
## Dependencies
|
|
|
|
| Project | Version |
|
|
|-------------|---------|
|
|
| deno.land | ^1.27 |
|
|
| tea.xyz | ^0 |
|
|
|
|
## Build All
|
|
|
|
```sh
|
|
scripts/ls.ts | scripts/sort.ts | 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
|
|
```
|
|
|
|
[pantry.zero]: https://github.com/teaxyz/pantry.zero#contributing
|