1.2.0 • Published 3 years ago

@willsgimenes/shibuya v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

SHIBUYA 🌆


Prerequisites

  • Node.js >= v.14.x
  • Yarn >= v.2.x

Installing

yarn add @willsgimenes/shibuya styled-components npm:@tailwindcss/postcss7-compat

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

yarn

Developing

yarn storybook

Testing

yarn test

Building

yarn build

Committing

yarn commit

This 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:

1.2.0

3 years ago

1.1.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago