Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/butterdebugger/helper
https://github.com/butterdebugger/helper
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/butterdebugger/helper
- Owner: ButterDebugger
- License: mit
- Created: 2024-11-12T06:46:00.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T07:12:09.000Z (about 2 months ago)
- Last Synced: 2024-11-12T07:35:00.740Z (about 2 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Debutter Helper
A collection of basic utility functions used across @debutter projects that aims
to assist in completing simple tasks, improve code readability, and reduces the
need to recode commonly used components.## Installation
For Node.js:
```bash
npx jsr add @debutter/helper
```For Deno:
```bash
deno add jsr:@debutter/helper
```For Browsers:
```javascript
import {} from "https://esm.sh/jsr/@debutter/helper@VERSION";
```## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.