Skip to content

Commit 6a5906b

Browse files
committed
update readme
1 parent c294b5f commit 6a5906b

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Build and Deploy
2-
on: [push]
3-
# push:
4-
# paths: ["template/**", ".storybook/**"] # Trigger the action only when files change in the folders defined here
2+
# on: [push]
3+
on:
4+
push:
5+
paths: ["template/**", ".storybook/**"] # Trigger the action only when files change in the folders defined here
56
jobs:
67
build-and-deploy:
78
runs-on: ubuntu-20.04

readme.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
> CLI for create uikit in react project suport with storybook
44
5-
## Features
6-
- [x] Easy-to-use CLI
7-
- [x] free modify uikit
8-
- [x] support with storybook
9-
- [ ] support with unit test
5+
## Table of Contents
6+
- [Getting Started](#getting-started)
7+
- [Features](#features)
8+
- [UIkit List Available](https://rismanss.github.io/react-uikit-cli/)
9+
- [Button](https://rismanss.github.io/react-uikit-cli/?path=/docs/button--example)
10+
- [Input](https://rismanss.github.io/react-uikit-cli/?path=/docs/input--example)
11+
- [Switch](https://rismanss.github.io/react-uikit-cli/?path=/docs/switch--example)
1012

13+
## Getting started
1114
### Install globally
1215
```
1316
npm install -g react-uikit-cli
@@ -44,5 +47,8 @@ Commands:
4447
start:sb run watch storybook
4548
```
4649

47-
## Documentation
48-
-
50+
## Features
51+
- [x] Easy-to-use CLI
52+
- [x] free modify uikit
53+
- [x] support with storybook
54+
- [ ] support with unit test

0 commit comments

Comments
 (0)