https://github.com/jmsv/cuteid
cute id generator
https://github.com/jmsv/cuteid
Last synced: 9 months ago
JSON representation
cute id generator
- Host: GitHub
- URL: https://github.com/jmsv/cuteid
- Owner: jmsv
- License: mit
- Created: 2019-12-06T15:29:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T10:37:34.000Z (over 3 years ago)
- Last Synced: 2025-09-21T05:31:52.464Z (10 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/cuteid
- Size: 20.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cuteid
cute id generator
[](https://travis-ci.org/jmsv/cuteid)
## Usage
```js
const cuteid = require('cuteid').generate
const id = cuteid()
console.log('id:', id) // id: tiny-lizards (or something)
```
## Contributing
Pls PR with more cute [adjectives](https://github.com/jmsv/cuteid/blob/master/src/adjectives.ts) and [nouns](https://github.com/jmsv/cuteid/blob/master/src/nouns.ts) ✨
## Changelog
### `0.2.0`
- [#1](https://github.com/jmsv/cuteid/pull/1) - [bahorn](https://github.com/bahorn) added a load of words
### `0.1.0`
Initial version