1.3.2 • Published 6 years ago

util-starter v1.3.2

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

util-demo

a util demo

介绍

快速开始一个工具库的脚手架

  1. 支持自动版本升级 详见standard-version
  2. 支持TS
  3. 支持eslint
  4. 支持单元测试
  5. 支持debug

starter的使用

down到本地

git clone https://github.com/D6-ream/util-demo.git

npm i

修改package.json中的

  • name
  • version
  • description
  • repository
  • author
  • bugs
  • homepage

单元测试

npm run test

发布

npm run release

git push --follow-tags origin master

npm publish

项目中安装使用

npm i <name> --save

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago