All Projects → jonschlinkert → use

jonschlinkert / use

Licence: MIT License
Easily add plugin support to your node.js application.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to use

parse-function
(!! moved to tunnckoCore/opensource multi-package repository !!) 🔱 Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins.
Stars: ✭ 37 (+48%)
Mutual labels:  function, plugins
keeweb-plugins
KeeWeb plugins
Stars: ✭ 27 (+8%)
Mutual labels:  plugins
diagnostictools
Plugin for Qt Creator (Memory and CPU usage visualizer)
Stars: ✭ 41 (+64%)
Mutual labels:  plugins
VimConfig
Configuration files for Vi-IMproved.
Stars: ✭ 23 (-8%)
Mutual labels:  plugins
spacy-universal-sentence-encoder
Google USE (Universal Sentence Encoder) for spaCy
Stars: ✭ 102 (+308%)
Mutual labels:  use
malice-av
Malice AntiVirus Plugins
Stars: ✭ 98 (+292%)
Mutual labels:  plugins
erk
Ərk is an open source, cross-platform IRC client written in Python 3, Qt 5, and Twisted.
Stars: ✭ 21 (-16%)
Mutual labels:  plugins
utils.js
👷 🔧 zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (-44%)
Mutual labels:  function
request-context
Simple connect middleware for accessing data in a request context.
Stars: ✭ 55 (+120%)
Mutual labels:  middleware
AdobeXD-maps
🗺A map generator plugin for Adobe XD using google maps API
Stars: ✭ 36 (+44%)
Mutual labels:  plugins
python-makefun
Dynamically create python functions with a proper signature.
Stars: ✭ 62 (+148%)
Mutual labels:  function
stati
An extensible and Jekyll-compatible PHP static website generator
Stars: ✭ 21 (-16%)
Mutual labels:  plugins
Pocketmine-School
A Website To Teach Everything About PocketMine-MP
Stars: ✭ 15 (-40%)
Mutual labels:  plugins
Awesome-Black-Friday-Cyber-Monday-deals
2021 - Black Friday & Cyber Monday, Christmas & Holidays Deals for Developers, Techies, & Entrepreneurs,
Stars: ✭ 151 (+504%)
Mutual labels:  plugins
advpl-MsgTimer
Função AdvPL de mensagens (Alert, Info, Stop, Success, YesNo e NoYes) com Timer para fechamento automático
Stars: ✭ 17 (-32%)
Mutual labels:  function
prototyped.js
Some common Typescript prototypes
Stars: ✭ 22 (-12%)
Mutual labels:  function
Swift101
That contains various information and examples about the basics of Swift Programming. 💻 📱 📺 ⌚️
Stars: ✭ 28 (+12%)
Mutual labels:  function
Crusta
Fast, modern and minimal desktop web browser with rich features
Stars: ✭ 53 (+112%)
Mutual labels:  plugins
MyScriptics
This is collection useful script and plugins.
Stars: ✭ 40 (+60%)
Mutual labels:  plugins
dictator
Dictates what your users see. Plug-based authorization.
Stars: ✭ 77 (+208%)
Mutual labels:  middleware

use NPM version NPM monthly downloads NPM total downloads Linux Build Status

Easily add plugin support to your node.js application.

Please consider following this project's author, Jon Schlinkert, and consider starring the project to show your ❤️ and support.

Install

Install with npm:

$ npm install --save use

A different take on plugin handling! This is not a middleware system, if you need something that handles async middleware, ware is great for that.

Usage

const use = require('use');

See the examples folder for usage examples.

About

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Running Tests

Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:

$ npm install && npm test
Building docs

(This project's readme.md is generated by verb, please don't edit the readme directly. Any changes to the readme must be made in the .verb.md readme template.)

To generate the readme, run the following command:

$ npm install -g verbose/verb#dev verb-generate-readme && verb

Related projects

You might also be interested in these projects:

  • base-plugins: Adds 'smart plugin' support to your base application. | homepage
  • base: Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks | homepage
  • ware: Easily create your own middleware layer. | homepage

Contributors

Commits Contributor
37 jonschlinkert
7 charlike-old
2 doowb
2 wtgtybhertgeghgtwtg

Author

Jon Schlinkert

License

Copyright © 2018, Jon Schlinkert. Released under the MIT License.


This file was generated by verb-generate-readme, v0.6.0, on July 12, 2018.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].