1.1.1 • Published 5 years ago

pstd v1.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Project Standard Advisor

一个命令行工具,用来给js项目添加git commit约束, 添加eslint

功能

  • 添加 eslint 支持,规范代码 (实际上是安装 eslint 然后运行 eslint --init)
  • 添加 commitlint,规范提交
  • 自动检查并跳过已经添加的

安装

npm install pstd -g

运行

在项目根目录执行 pstd


Project Standard Advisor

A cli giving advice for ECMAScript project

Features

  • guide to use eslint (actually it just install eslint and run eslint --init)
  • guide to use commitlint
  • autodetect the items above

Install

npm install pstd -g

Run

run pstd in root directory of project

1.1.1

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago