pl-preset 0.0.3 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/cli.js +1 -51640
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # pl-preset
2
2
 
3
- 一键生成web项目格式化(Pretty)、校验(Lint)、Git提交规范等配置,支持设置开发语音(javascript、typescript),样式扩展语言(css、less、scss),前端开发框架(vue2、vue3、react)
3
+ 一键生成web项目格式化(Pretty)、校验(Lint)、Git提交规范等配置,支持设置开发语言(javascript、typescript),样式扩展语言(css、less、scss),前端开发框架(vue2、vue3、react)
4
4
 
5
5
  ## 使用方式
6
6