canihazusername/README.md

17 lines
222 B
Markdown
Raw Normal View History

2019-02-09 19:09:04 +01:00
# canihazusername
2019-02-09 19:13:26 +01:00
Random username generator with buildt in typescript support.
2019-02-09 19:09:04 +01:00
## Install
```bash
npm install --save canihazusername
```
## 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())
```