[create-modules-tools] One: a scaffolding tool for reading remote warehouse templates and quickly creating code modules

This command treats each directory in the warehouse as a code template by reading the remote warehouse. After you select a template, the template will be automatically written into the directory you set

How to use

Install

npm i -g create-modules-tools

use

needNode.js >= 12.0.0

create-module

Icon:
insert image description here

illustrate

  • Set the remote warehouse address, the default is the warehouse address set last time. Only the first- level directory in the repository masterbranch will be read (first-level files will not be read). You are free to edit the content of your template as long as you need.

Commands

command alias illustrate
–help -h help
clear Clear the local template cache

Guess you like

Origin blog.csdn.net/qq_41887214/article/details/123034119