New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mo-component-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mo-component-cli

webcli

latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

项目架构

node.js
commander.js (命令行参数处理模块)
chalk (输出字体颜色模块)
download-git-repo (下载并提取 git 仓库,用于下载项目模板)
Inquirer.js (通用的命令行用户界面集合,用于和用户进行交互。)
ora (下载过程久的话,可以用于显示下载中的动画效果)

项目结构

├─── bin  //项目入口文件 
├── commands    //项目命令文件
├── node_modules    //包 
├── .editorconfig   //编辑格式
└── package.json    //项目说明
└── readme.md   //此文件
└── yarn.lock   //lock

项目使用

npm install -g yetm-cli

yetmcli -V 
        -h
yetmcli init | i 创建项目

支持

node版本>=10

Keywords

cli

FAQs

Package last updated on 18 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts