Skip to content

jfelsinger/node-separator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Separator Build Status Analytics

Log separators to your console and what-not

ns = require('separator');

ns.separator('=').log(); // logs a string of ='s to the console => ==========...


ns.separator('+=', 13).log(); // logs to the console, exactly => +=+=+=+=+=+=+

// Make it thicker,
ns.separator('-', 6, 5).log();  // => ------
                                //    ------
                                //    ------


ns.separator('-', 6).get();     // generates the string => '------'

About

Create separators for your console output

Resources

Stars

Watchers

Forks

Packages

No packages published