@11in/elf-generator-blog 中文文档教程

发布于 4年前 浏览 27 项目主页 更新于 3年前

Blog Generator

用于简单博客内容的简单生成器,适用于 elf小精灵

Usage

添加到您的 elf.config.js

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

此模块包含用于生成器的 --categories 选项。 传递给此选项的项目将被视为数组中的值。

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.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文