Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
imbhargav5 committed Nov 11, 2020
1 parent 0cadc47 commit bba3ef1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions template/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
# @rooks/%packageName%

### %description%

[![Build Status](https://travis-ci.org/imbhargav5/rooks.svg?branch=master)](https://travis-ci.org/imbhargav5/rooks) ![](https://img.shields.io/npm/v/@rooks/%packageName%/latest.svg) ![](https://img.shields.io/npm/l/@rooks/%packageName%.svg) ![](https://img.shields.io/bundlephobia/min/@rooks/%packageName%.svg) ![](https://img.shields.io/david/imbhargav5/rooks.svg?path=packages%2F%directoryName%)

<a href="https://spectrum.chat/rooks"><img src="https://withspectrum.github.io/badge/badge.svg" alt="Join the community on Spectrum"/></a>

### Installation

## About
%description%


[//]: # (Main)

## Installation

```
npm install --save @rooks/%packageName%
```

### Importing the hook
## Importing the hook

```javascript
import %name% from "@rooks/%packageName%"
```

### Usage
## Usage

```jsx
function Demo() {
Expand Down

0 comments on commit bba3ef1

Please sign in to comment.