Skip to content
/ uutils Public

uutils is a small library to help you automatically load libraries into a single namespace.

License

Notifications You must be signed in to change notification settings

v4/uutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uutils

uutils is a small library to help you automatically load libraries into a single namespace.

Installation

This module requires ES6.

$ npm install uutils

Example usage

const uutils = require('uutils');

Edit your package.json to select the dependencies to automaticaly load through uutils.

{
  "name": "uutils",
  ...
  "_utils": {
    "uuid": true
  }
}

Now you can access the uuid library through uutils.uuid.

About

uutils is a small library to help you automatically load libraries into a single namespace.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published