Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

pkgxdev/demos

Repository files navigation

tea

One-Liners

  • sh <(curl tea.xyz) can be replaced with tea in all examples
  • Be safe use sh <(curl https://tea.xyz). We withhold the https to reduce visual noise in our examples.
# launch a web-server for `$PWD` in your browser (with _file_watching_)

$ sh <(curl tea.xyz) -X npx --yes browser-sync start --server

Hello Universe

The tea “Hello World”.

$ tea https://github.com/teaxyz/demos/blob/main/hello-universe.sh