Skip to content

Commit b6aa627

Browse files
committed
Add STDIN example to docs
1 parent 68db6a6 commit b6aa627

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Now we can tell folks to use this everywhere and we’ll always have a UTF8 enco
2020
```sh
2121
npx @11ty/create index.md '# Heading'
2222
npx @11ty/create nested/index.md '# Heading'
23+
echoh '# Heading' | npx @11ty/create nested/index.md
2324
```
2425

2526
Installation happens on-the-fly via `npx` and we needn’t put this in a package.json.

0 commit comments

Comments
 (0)