Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@muniz/cli

muniz3ISC1.1.5

muniz脚手架,核心插件,命令行工具,可扩展插件模型

@muniz/cli

readme

@muniz/cli

@muniz/cli scaffolding is designed based on the plug-in mechanism model and is composed of multiple plug-ins.

Usage

npm install -g @muniz/cli

muniz help command document

  Usage

    $ muniz <command> [options]

  Command

    add        add plugin
    doctor     Diagnosis of intractable scaffolding
    list       View the list of plugins
    locale     Multi-language switching
    remove     Remove plugin

  Other Options

    --help, -h           Show helps
    --version, -v        Show Version

Install Plugin

1. Install create template plugin

  muniz add @muniz/muniz-plugin-create # add-plugin

  muniz create # use-command

2. Install demo plugin

  muniz add @muniz/muniz-plugin-tpl # add-plugin

  muniz tpl # use-command

more plugin

https://www.npmjs.com/search?q=muniz-plugin