1.2.0 • Published 5 years ago
@willsgimenes/shibuya v1.2.0
SHIBUYA 🌆
Prerequisites
- Node.js >= v.14.x
 - Yarn >= v.2.x
 
Installing
yarn add @willsgimenes/shibuya styled-components npm:@tailwindcss/postcss7-compatstyled-components and tailwindcss should be also installed as they are peer dependencies
Usage
import { Button } from '@willsgimenes/shibuya'
<Button text="Hello world"/>Development workflow
Installing
yarnDeveloping
yarn storybookTesting
yarn testBuilding
yarn buildCommitting
yarn commitThis command will open a prompt, where you can choose some items:
- type of change
 - scope of change
 - write a short message
 - write a long message
 - link a repo issue
 
After setup your commit message, before finish we run some pre-validations and then push to the origin remote.
To read more about some of these tools: