Code Monkey home page Code Monkey logo

easy-cli's Introduction



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应用模板
  • 添加单测

easy-cli's People

Contributors

nuohui avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.