File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 11name : 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
56jobs :
67 build-and-deploy :
78 runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change 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```
1316npm 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
You can’t perform that action at this time.
0 commit comments