@snooful/settings-base

2.0.0 • Public • Published

Settings Base

GitHub release npm Travis (.com)

The main package that all storage options extend.

Installation

This package is available on NPM under the organization's scope:

npm install @snooful/settings-base

Use it like so:

const { debug, BSM } = require("@snooful/settings-base");

module.exports = class extends BSM {
	constructor() {
		super();
		debug("this is our special little settings manager!");
	}
};

/@snooful/settings-base/

    Package Sidebar

    Install

    npm i @snooful/settings-base

    Weekly Downloads

    0

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    7.18 kB

    Total Files

    6

    Last publish

    Collaborators

    • haykam821