🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

nanny-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

nanny-cli

a simple CLI for scaffolding of FE

latest
Source
npmnpm
Version
1.0.27
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

easyCli

一个快速上手的前端脚手架, 轻松创建项目模板, 实现0配置, 快速开发。

Features

  • 支持多类型项目模板(目前Node, Vue CSR), 模板都会集成代码扫描, 工作流等, 具体查看模板github地址。
  • 支持添加项目模板, 删除项目模板(flok 作为自己的工具推荐使用)
  • 支持自动检测脚手架更新

Installation & Quick start

安装

Windows系统安装

$ npm i easy-tool-cli -g

Mac下安装

$ sudo npm i easy-tool-cli -g

查看帮助信息

$ easy

创建项目

# 指定项目名字创建项目
$ easy create 模板名<template-name> 项目名字<project-name>

# 在当前目录创建项目
$ easy create 模板名<template-name> .

查看所有支持的项目模板

$ easy list

添加项目模板

$ easy add 模板名<template-name> 模板github仓库地址,支持ssh/https格式<git-repo-address>

删除项目模板

$ easy delete 模板名<template-name>

发布到npm

执行pkg下的脚本, 自动发版并且生成changelog, travis就会执行检测后续自动发到npm.

npm run release

Changelog

Changelog

TODOLIST

  • 优化Node应用模板
  • 优化Vue应用模板
  • 添加单测

Keywords

cli

FAQs

Package last updated on 12 Feb 2022

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