From dd22914930eed024810a5600834591a6d35fc0f5 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Wed, 23 Sep 2020 02:57:27 +0800 Subject: [PATCH] :pencil: docs: Upate readme --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index da65227..d27ba75 100644 --- a/README.md +++ b/README.md @@ -3,20 +3,27 @@
-[![NPM version][npm-image]][npm-url] ![install size][github-size] +[![Template Version][version-badge]][tag-url] ![install size][github-size] [![david deps][david-image]][david-url] [![david devDeps][david-dev-image]][david-dev-url] +[![Build With skpm][skpm-badge-url]][skpm-url] [![Build With umi][umi-badge-url]][umi-url] + +[umi-badge-url]: https://img.shields.io/badge/build%20with-umi-blue.svg +[umi-url]: https://github.com/umijs/umi/ +[skpm-badge-url]: https://img.shields.io/badge/build%20with-skpm-ef9f39.svg +[skpm-url]: https://github.com/skpm/skpm/ + -[npm-image]: https://img.shields.io/github/v/tag/arvinxx/sketch-plugin-template -[npm-url]: https://github.com/arvinxx/sketch-plugin-template +[version-badge]: https://img.shields.io/github/package-json/v/arvinxx/sketch-plugin-template +[tag-url]: https://github.com/arvinxx/sketch-plugin-template/tags [github-size]: https://img.shields.io/github/repo-size/arvinxx/sketch-plugin-template -[coverage]: https://codecov.io/gh/arvinxx/sketch-typings/branch/master/graph/badge.svg -[codecov-url]: https://codecov.io/gh/arvinxx/sketch-typings/branch/master +[coverage]: https://codecov.io/gh/arvinxx/sketch-plugin-template/branch/master/graph/badge.svg +[codecov-url]: https://codecov.io/gh/arvinxx/sketch-plugin-template/branch/master @@ -33,9 +40,7 @@ ------ -Sketch 插件模板 - -本项目基于 `skpm` 和 `umi` 进行搭建 +Sketch 插件开发 模板 ## CLI Commands ### 安装 @@ -51,6 +56,7 @@ yarn ``` bash npm run dev ``` + ### 打包构建 ```bash npm run build