1
0
Fork 0
freesewing/packages/create-freesewing-pattern/template/default/README.md
2019-05-02 12:39:30 +02:00

31 lines
561 B
Markdown

# {{name}}
> {{description}}
[![NPM](https://img.shields.io/npm/v/{{name}}.svg)](https://www.npmjs.com/package/{{name}}) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## Install
```bash
npm install --save {{name}}
```
## Usage
```jsx
import React, { Component } from 'react'
import MyComponent from '{{name}}'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
```
## License
{{license}} © [{{author}}](https://github.com/{{author}})