https://github.com/tarunbatra/genpass
https://github.com/tarunbatra/genpass
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarunbatra/genpass
- Owner: tarunbatra
- Created: 2022-09-13T18:11:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T16:00:18.000Z (about 3 years ago)
- Last Synced: 2025-01-12T10:27:01.786Z (9 months ago)
- Language: JavaScript
- Size: 4.11 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello World
# genpass> Made with create-react-library
[](https://www.npmjs.com/package/genpass) [](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)