1.0.4 • Published 1 year ago

global-manager v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

GlobalManager

GlobalManager is a Node.js library for managing global variables easily within your applications.

Installation

To install GlobalManager, use npm (Node Package Manager):

npm install global-manager

Usage

const globalManager = require('global-manager');

// Set a global variable
globalManager.set('appName', 'MyApp');

// Retrieve the global variable
const appName = globalManager.get('appName');
console.log(appName); // Output: MyApp

Documentation

For detailed usage instructions and API documentation, please visit GlobalManager Documentation.

License

This project is licensed under the ISC License - see the LICENSE file for details.

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago