Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ This is a **prototype** for digging into https://github.com/OAI/Overlay-Specific
It is published as an npm package `overlays-cli` which includes a simple binary cli.
To use, pipe in an Overlay definition and it'll output the result as YAML.

```sh
```

**Example Overlay**

```yaml
Expand Down Expand Up @@ -35,7 +32,7 @@ curl -sNL https://example.com | npx overlays-cli@latest
curl -sNL https://gist.githubusercontent.com/ponelat/daac5912ede1871629b6028bbe715d3a/raw/2871f9f27fb93d1c01567d198fb60cd1271e7dcf/overlay.yml | npx overlays-cli@latest

# If you clone the repo and want to run locally
cat overlays-sample.yml | node ./index.js
cat overlays-sample.yml | node ./bin.js
```

## Testing
Expand Down