mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
instructions for tea.xyz/brewkit~0.2
This commit is contained in:
parent
d1784ca25c
commit
351eb8d97b
1 changed files with 11 additions and 42 deletions
53
README.md
53
README.md
|
@ -25,17 +25,18 @@ $ cd pantry.extra
|
||||||
# all the following commands operate in `./tea.out`
|
# all the following commands operate in `./tea.out`
|
||||||
# your tea installation remains untouched
|
# your tea installation remains untouched
|
||||||
|
|
||||||
$ xc init
|
$ pkg init
|
||||||
# ^^ creates a “wip” package.yml
|
# ^^ creates a “wip” package.yml
|
||||||
|
# ^^ if you already know the name, you can pass it as an argument
|
||||||
|
|
||||||
$ xc edit
|
$ pkg edit
|
||||||
# ^^ opens the new package.yml in your EDITOR
|
# ^^ opens the new package.yml in your EDITOR
|
||||||
|
|
||||||
$ xc build
|
$ pkg build
|
||||||
# ^^ will probably require a (zero permissions) GitHub [PAT].
|
# ^^ will probably require a (zero permissions) GitHub [PAT].
|
||||||
# Using `gh auth login` is the easiest way to set this up.
|
# using `gh auth login` is the easiest way to set this up.
|
||||||
|
|
||||||
$ xc test
|
$ pkg test
|
||||||
# ^^ you need to write a test that verifies the package works
|
# ^^ you need to write a test that verifies the package works
|
||||||
|
|
||||||
$ gh repo fork
|
$ gh repo fork
|
||||||
|
@ -62,47 +63,15 @@ submit PRs for updates.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
# Tasks
|
| Project | Version |
|
||||||
|
|-----------------|---------|
|
||||||
The following can all be run with `xc`, eg. `xc init`.
|
| tea.xyz/brewkit | ^0.2 |
|
||||||
|
|
||||||
## Init
|
|
||||||
|
|
||||||
Creates a new package at `./projects/wip/$RANDOM_TEA_BLEND/package.yml`.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
tea -E +tea.xyz/brewkit init
|
|
||||||
```
|
|
||||||
|
|
||||||
## Edit
|
|
||||||
|
|
||||||
Opens all wip packages in `$EDITOR`.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
tea -E +tea.xyz/brewkit edit
|
|
||||||
```
|
|
||||||
|
|
||||||
## Build
|
|
||||||
|
|
||||||
Builds all wip packages to `./tea.out`.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
tea -E +tea.xyz/brewkit build
|
|
||||||
```
|
|
||||||
|
|
||||||
## Test
|
|
||||||
|
|
||||||
Tests all wip packages.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
tea -E +tea.xyz/brewkit test
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[pantry.zero]: https://github.com/teaxyz/pantry.zero
|
[pantry.zero]: https://github.com/teaxyz/pantry.zero
|
||||||
[pantry.extra]: https://github.com/teaxyz/pantry.extra
|
[pantry.core]: https://github.com/teaxyz/pantry.core
|
||||||
[wiki]: https://github.com/teaxyz/pantry.zero/wiki
|
[wiki]: https://github.com/teaxyz/pantry.zero/wiki
|
||||||
[tea/cli]: https://github.com/teaxyz/cli
|
[tea/cli]: https://github.com/teaxyz/cli
|
||||||
[discussion]: https://github.com/orgs/teaxyz/discussions
|
[discussion]: https://github.com/orgs/teaxyz/discussions
|
||||||
|
|
Loading…
Reference in a new issue