@onecode-no/event-service
TypeScript icon, indicating that this package has built-in type declarations

0.0.21 • Public • Published

@onecode-no/event-service

Build npm version npm downloads License Nuxt

A simple and extensible event handler

Usage

Install package:

# ✨ Auto-detect
npx nypm install @onecode-no/event-service

# npm
npm install @onecode-no/event-service

# yarn
yarn add @onecode-no/event-service

# pnpm
pnpm install @onecode-no/event-service

# bun
bun install @onecode-no/event-service

Import:

ESM (Node.js, Bun)

import {} from "pkg";

CommonJS (Legacy Node.js)

const {} = require("pkg");

CDN (Deno, Bun and Browsers)

import {} from "https://esm.sh/pkg";

Development

local development
  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Published under the MIT license. Made by community 💛


🤖 auto updated with automd

Readme

Keywords

none

Package Sidebar

Install

npm i @onecode-no/event-service

Weekly Downloads

16

Version

0.0.21

License

MIT

Unpacked Size

15.1 kB

Total Files

13

Last publish

Collaborators

  • hareland