Skip to content
/ njsf Public

Nodejs Framework - Set of most frequently used components for web and cli applications

License

Notifications You must be signed in to change notification settings

skitsanos/njsf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

njsf

Nodejs Framework - Set of most frequently used components for web and cli applications

Utils

execTime

const execTime = require(path.join(process.cwd(), 'njsf/utils/execTime'));
const et = new execTime();

//put some code to execute here

console.log(`execution time ${et.duration()}`);

Releases

No releases published

Packages

No packages published