0.0.4 • Published 7 years ago

pathinizer v0.0.4

Weekly downloads
18
License
-
Repository
github
Last release
7 years ago

Pathinizer

DESCRIPTION

It's simple module for get correct paths to launched script and few connected directories. Also it's wrapping all path module functions.

INSTALLATION

npm install pathinizer

USAGE

const paths = require('pathinizer');

// paths to use 
console.log('my application working directory', paths.directory);
console.log('my application temporary directory', paths.temp);
console.log('my application started script file', paths.script);
console.log('link to node is', paths.node);
// wrapped path functions
console.log('path to readme', paths.join(paths.directory, 'README.md'));
console.log('readme extension', paths.extname('README.md'));
// and etc
0.0.4

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago