A tiny, experimental npm package created just for fun, prototyping, and general testing chaos. Simple name. Simple description. Pure vibes.
Description: "Hehe" — because sometimes that’s all a package needs.
package_hehe is a lightweight sandbox package used to test:
- working with npm packages :)
It doesn’t try to be useful. It tries to exist. And it succeeds.
npm:
npm install package_heheyarn:
yarn add package_hehepnpm:
pnpm add package_hehebun:
bun add package_heheUse it however you want. Import it, console.log it, or ignore it entirely.
for example:
import { SayHiProps } from "./types";
// idk code what you want with firstName, lastName and age (lastName is optional hehe)or
import { sayHi } from './functions';
// do whatever you wanna do with sayHi()package_hehe/
├─ dist/ # Compiled output
│ └─ *All the files hehe*
├─ node_modules # You don't wanna know these gigabytes..
├─ src/
│ └─ functions.ts # All the functions
│ └─ index.ts # Main export
│ └─ types.ts # All the types
├─ package.json # Metadata
├─ package-lock.json # Locked Metadata
├─ README.md # This file hehe
├─ tsconfig.json # TypeScript Configuration
├─ tsup.config.ts # TSup (TypeScript compiler) Configuration
└─ LICENSE # Open-source license
"scripts": {
"build": "tsup",
}- Add optional funny exports
- Provide a CLI that prints "Hehe"
- Add config options (for no reason)
- Release big versions that do absolutely nothing
Q: Why does this exist? A: Hehe.
Q: Is it production-ready? A: Absolutely not.
Q: Will it ever do anything? A: Maybe… if it feels like it.
Contributions are welcome, even if they’re silly. Open a PR, add a feature, fix a typo, or make the package more unhinged.
Have ideas or issues?
- Discord: dc.gg/developer
- Email: mateo.sauer161013@gmail.com
Thanks to the open-source community for inspiring developers to build things that range from world-changing systems… to tiny nonsense packages like this one.
Enjoy your "Hehe".