1.1.3 • Published 3 years ago

@11in/elf-generator-blog v1.1.3

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

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.

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago