Skip to content

A module to create a string to use with debug from the file's path

License

Notifications You must be signed in to change notification settings

onel0p3z/debug-resolve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

debug-resolve

A module to create a string to use with debug from the file's path

npm package

#Usage

var debug = require('debug')(require('debug-resolve')(__filename, process.cwd()));

or

var resolver = require('debug-resolve')(__filename, process.cwd());
var debug = require('debug')(resolver);

About

A module to create a string to use with debug from the file's path

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published