agave-generator
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -5,5 +5,5 @@ { | ||
"name": "agave-generator", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"scripts": { "postinstall": "node ./esyInstallRelease.js" }, | ||
"bin": { "Agave": "bin/Agave" } | ||
} |
@@ -13,3 +13,3 @@ # ☀️ Agave 🍯 | ||
```shell | ||
```console | ||
mkdir blog | ||
@@ -20,7 +20,9 @@ cd blog | ||
touch markdown/first-post.md # /first-post/ route | ||
agave markdown public # reads all your readmes in markdown and outputs them to public | ||
agave # reads all your readmes in ./markdown and outputs them to ./public | ||
``` | ||
```shell | ||
agave [markdowndir?] [websitedirectory?] | ||
For full list of options run: | ||
```console | ||
agave --help | ||
``` | ||
@@ -36,3 +38,3 @@ | ||
```shell | ||
```console | ||
touch markdown/base.html | ||
@@ -80,4 +82,4 @@ echo "<html><!-- MARKDOWN --></html>" > markdown/base.html | ||
```shell | ||
agave markdown docs | ||
```console | ||
agave --markdown myblog --public docs | ||
git add --all | ||
@@ -84,0 +86,0 @@ git commit -m"deploy" |
Sorry, the diff of this file is not supported yet
2455980
87