Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
📝 docs: Upate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Sep 22, 2020
1 parent 340c1b3 commit dd22914
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,27 @@

<div align="center">

[![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 url -->

[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 -->

[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

<!-- Github CI -->

Expand All @@ -33,9 +40,7 @@

------

Sketch 插件模板

本项目基于 `skpm``umi` 进行搭建
Sketch 插件开发 模板

## CLI Commands
### 安装
Expand All @@ -51,6 +56,7 @@ yarn
``` bash
npm run dev
```

### 打包构建
```bash
npm run build
Expand Down

0 comments on commit dd22914

Please sign in to comment.