We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68db6a6 commit b6aa627Copy full SHA for b6aa627
README.md
@@ -20,6 +20,7 @@ Now we can tell folks to use this everywhere and we’ll always have a UTF8 enco
20
```sh
21
npx @11ty/create index.md '# Heading'
22
npx @11ty/create nested/index.md '# Heading'
23
+echoh '# Heading' | npx @11ty/create nested/index.md
24
```
25
26
Installation happens on-the-fly via `npx` and we needn’t put this in a package.json.
0 commit comments