https://github.com/rreubenreyes/turducken
gobble gobble
https://github.com/rreubenreyes/turducken
chicken duck turducken turkey
Last synced: 3 months ago
JSON representation
gobble gobble
- Host: GitHub
- URL: https://github.com/rreubenreyes/turducken
- Owner: rreubenreyes
- Created: 2023-10-06T20:33:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T04:11:39.000Z (over 1 year ago)
- Last Synced: 2025-06-22T06:07:04.002Z (4 months ago)
- Topics: chicken, duck, turducken, turkey
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/turducken
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# turducken 🦃🦆🐓
The future of letter casing.
## Usage
```bash
npm i turducken
```CommonJS:
```js
const turducken = require("turducken");console.log(turducken.turducken(["turkey", "duck", "chicken"])) // "turducken"
```ESM:
```js
import turducken from "turducken";console.log(turducken.turducken(["turkey", "duck", "chicken"])) // "turducken"
```