No description
Find a file
Jacob Heider 99253c4467
npmjs.com: upstream removed ./scripts/install (#34)
* upstream removed ./scripts/install

which we shouldn't have been using anyway, since it was bypassing our downloaded sources. this is the correct way.

* improved testing
2022-11-16 18:01:43 -05:00
.github/workflows No @jheider this is not redundant 2022-11-10 20:42:08 -05:00
.vscode infra 2022-08-01 15:43:40 -04:00
projects npmjs.com: upstream removed ./scripts/install (#34) 2022-11-16 18:01:43 -05:00
scripts +libuv 2022-11-11 08:39:40 -05:00
import-map.json infra 2022-08-01 15:43:40 -04:00
README.md Move contributing guide to pantry.zero 2022-11-07 10:34:07 -05:00
src infra 2022-08-01 15:43:40 -04:00
tsconfig.json infra 2022-08-01 15:43:40 -04:00

tea

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

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

Typecheck

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