Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joelseq/test-react-npm-semantic-release


https://github.com/joelseq/test-react-npm-semantic-release

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# test-react-npm-semantic-release

> A library to test out publishing a React based package to npm

[![CircleCI](https://circleci.com/gh/joelseq/test-react-npm-semantic-release.svg?style=shield)](https://circleci.com/gh/joelseq/test-react-npm-semantic-release) [![NPM](https://img.shields.io/npm/v/test-react-npm-semantic-release.svg)](https://www.npmjs.com/package/test-react-npm-semantic-release) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save test-react-npm-semantic-release
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'test-react-npm'

class Example extends Component {
render () {
return (

)
}
}
```

## License

MIT © [joelseq](https://github.com/joelseq)