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

dolly-mls-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

dolly-mls-cli

A CLI scaffold tool for creating projects from remote templates

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

mls-cli

一个命令行脚手架工具,用于从远程 Git 仓库拉取模板并生成新项目结构。

功能特性

  • 从 GitHub/GitLab 等远程仓库下载项目模板
  • 支持模板变量替换
  • 交互式项目配置引导
  • 快速初始化项目目录结构

环境要求

  • Node.js >= 14.0.0
  • npm

安装

全局安装(推荐)

npm install -g dolly-mls-cli

使用示例

# 方式1: 直接输入项目名,交互式输入模板源
mls my-project

# 方式2: 直接指定模板源
mls my-project https://github.com/user/repo.git
mls my-project ./template.zip
mls my-project https://example.com/template.zip

Keywords

cli

FAQs

Package last updated on 24 Mar 2026

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