Skip to content

djulien/customizable-TOPUB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

customizable

Node.js wedge to allow customized code to override repo code

Installation

npm install customizable --save

Usage

require('customizable');
...
require('other.js');

Will actually require 'my-other.js' in place of 'other.js' if found.

See test/test.js for an example.

License

MIT

About

Node.js wedge to allow customized code to override repo code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published