docs: refreshed stdlib

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-06-16 12:14:39 +02:00
parent 776814910d
commit c6e3d35899
26 changed files with 293 additions and 189 deletions

View File

@@ -6,11 +6,15 @@ sidebar_label: yarn
Yarn is a package manager for Javascript applications
## #Package
```cue
import "dagger.io/js/yarn"
```
## yarn.#Package
A Yarn package
### #Package Inputs
### yarn.#Package Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
@@ -23,7 +27,7 @@ A Yarn package
|*script* | `*"build" \| string` |Run this yarn script |
|*args* | `*[] \| []` |Optional arguments for the script |
### #Package Outputs
### yarn.#Package Outputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |