You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

generator-service-app

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-service-app

这是Wyatt风格的服务应用开发模板,包含git标准分支模型模板

0.0.5
latest
Version published
Maintainers
1
Created

generator-service-app

这是Wyatt风格的服务应用开发模板

特性

  • 支持构建 Docker 镜像
  • 预置的支持初始化配置文件的 CLI 工具
  • 默认支持 mocha 测试框架
  • 默认支持 nyc 覆盖率测试工具
  • 自动初始化 git 仓库
  • 支持 changelog 的 commit 规范
  • 携带了 master 和 dev 两个基础 git 分支
  • 默认的 MIT 开源协议
  • 默认的服务应用代码
  • 支持 TypeScript
  • 支持 Jenkins 多分支流水线
  • 为 CI/CD 工具服务
  • 扩展性高, 与环境无关

安装

要运行本生成器,你首先需要全局安装依赖 yeoman

npm install -g yo

然后安装本项目的包

npm install -g generator-service-app

生成

要使用生成器初始化一个新的项目,执行

yo generator-service-app

FAQs

Package last updated on 18 Feb 2021

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