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

https://github.com/numandev1/monorepo


https://github.com/numandev1/monorepo

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# monorepo

> Made with expo-library

[![NPM](https://img.shields.io/npm/v/monorepo.svg)](https://www.npmjs.com/package/monorepo) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save monorepo
```

## Usage

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

import MyComponent from 'monorepo'

class Example extends Component {
render() {
return
}
}
```

## License

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