Skip to content

11in/elf-generator-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors