@11in/elf-generator-blog

Blog generator plugin for Elf

Usage no npm install needed!

<script type="module">
  import 11inElfGeneratorBlog from 'https://cdn.skypack.dev/@11in/elf-generator-blog';
</script>

README

Blog Generator

A simple generator for simple blog content, for elf and elfin.

Usage

Add to your elf.config.js:

module.exports = {
    functions: {
        scaffold: {},
        generators: {
            commands: [
                require('@11in/elf-generator-blog'),
            ]
        }
    }
}

This module includes a --categories option for the generator. Items passed to this option will be treated as values in an array.