Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
overlookmotel's profile
overlookmotel
70 contributions
overlookjs

overlookjs/plugin

Overlook framework Plugin class

JavaScript
0
0
MIT License

Support the dependencies of overlookjs/plugin

Account's avatar
overlookjs/util-make-symbols
Overlook framework utility to create global symbols
Account's avatar
overlookmotel/class-extension
Class extensions
Account's avatar
overlookmotel/is-it-type
Determine type of a variable
Account's avatar
overlookjs/symbol-store
Overlook framework symbol store
Account's avatar
overlookmotel/eslint-config
@overlookmotel's ESLint config
Account's avatar
overlookmotel/eslint-config-jest
@overlookmotel's ESLint config for tests with jest
Account's avatar
overlookmotel/eslint-config-node
@overlookmotel's ESLint config for NodeJS
Account's avatar
zloirock/core-js
Standard library
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
kentcdodds/cross-env
Run scripts that set and use environment variables across platforms
Account's avatar
airbnb/javascript
Airbnb's base JS ESLint config, following our styleguide
Account's avatar
mysticatea/eslint-plugin-eslint-comments
Additional ESLint rules for ESLint directive comments.
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
jest-community/eslint-plugin-jest
ESLint rules for Jest
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
jestjs/jest
Delightful JavaScript Testing.

The **Overlook Plugin** package provides a base `Plugin` class for the Overlook web‑framework, letting developers define reusable, per‑route extensions as subclasses of the core `Route` class. By creating plugins (optionally with symbolic keys and metadata) and composing them, teams can modularly add behavior—e.g., rendering engines, authentication, or custom methods—to individual routes or sub‑trees, making the framework highly flexible for any Node.js application.