canihazusername/README.md

18 lines
209 B
Markdown
Raw Normal View History

2019-02-09 19:09:04 +01:00
# canihazusername
2020-02-05 22:49:45 +01:00
Username generator. Fully typed, simple and customizable
2019-02-09 19:13:26 +01:00
2019-02-09 19:09:04 +01:00
## Install
```bash
2020-02-05 22:49:45 +01:00
yarn add canihazusername
2019-02-09 19:09:04 +01:00
```
## Quickstart
```jsx
2019-02-09 19:09:54 +01:00
import cihu from 'canihazusername'
2019-02-09 19:09:04 +01:00
console.log(cihu())
2020-02-05 22:49:45 +01:00
```