senior
TypeScript icon, indicating that this package has built-in type declarations

0.8.4 • Public • Published

senior

npm version npm download dependencies license

What is the Senior?

Senior is a lightweight plugin host which allows npm modules to be installed and uninstalled on demand.

Quick start

Execute npm install senior to install senior and its dependencies into your project directory.

Usage

import Senior from 'senior';
 
const plugins = new Senior('myApp');
 
// install plugin from npm
plugins.install('myApp-plugin-first');
 
// executes all installed plugins
plugins.loadAll();

Todo List

See GitHub Projects for more.

Requirements

  • node.js (https://nodejs.org/)

License

Apache 2.0, for further details, please see LICENSE file

Contributing

See contributors.md

It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome.

  • To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
  • To report a bug: If something does not work, please report it using GitHub Issues.

To Support

Visit my patreon profile at patreon.com/eserozvataf

Package Sidebar

Install

npm i senior

Weekly Downloads

16

Version

0.8.4

License

Apache-2.0

Last publish

Collaborators

  • eserozvataf