Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joelseq/test-react-npm-semantic-release
- Owner: joelseq
- Created: 2018-03-29T01:18:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T02:14:54.000Z (almost 7 years ago)
- Last Synced: 2024-11-30T08:52:18.113Z (about 1 month ago)
- Language: JavaScript
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)