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

https://github.com/tarunbatra/genpass


https://github.com/tarunbatra/genpass

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hello World
# genpass

> Made with create-react-library

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

## Install

```bash
npm install --save genpass
```

## Usage

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

import MyComponent from 'genpass'
import 'genpass/dist/index.css'

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

## To test

- Ensure you have the latest dependencies by running `yarn` at repo top-level
- You may need to delete `yarn.lock` and re-run `yarn`. There is a bug where different users need a differnt yarn lock at the moment.
- Start a dev server for the libary by running `yarn start` and leave that running in a shell.
- To start the example app, `cd/example` and run `yarn start`

## License

MIT © [tarunbatra](https://github.com/tarunbatra)
>>>>>>> 1d3c968 (Basic react scaffolding)