Skip to content

AsherWang/pstd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Project Standard Advisor

Resources

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors