aeria-populate
v0.0.19
Published
## Usage
Downloads
37
Readme
aeria-populate
Usage
-c --compileMarkdown: will compile Markdown to HTML before inserting-d --dropCollections: will drop matching collections before inserting-w --watch: watch mode (can not be used together with--dropCollections)
# when --env-file is applicable
node --env-file .env node_modules/aeria-populate/bin/index.js "content/**/*.md"
# otherwise
npx aeria-populate "content/**/*.md"
npx aeria-populate -c "content/**/*.md"Frontmatter format
---
collection: person
unique: slug
content: description
document:
slug: john-doe
sex: male
---
# John Doe
This will be inserted in the `description` property...