Skip to content

nono/node-path-extra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js: path-extra

This module simply modifies the Node.js 'path' object with extra methods. It is a drop in replacement for the path module.

Installation

$ npm install path-extra

Usage

var path = require('path-extra');

You can still use all of the vanilla Node.js path methods.

Methods:

path.tempdir() // returns a temporary directory that is operating system specific
path.homedir() // returns the user's home directory
path.datadir(appname) // returns a directory to store data in for an app with the given name

License

(The MIT License)

Copyright (c) 2011-2015 JP Richardson

About

Node.js: extra methods for the path object.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%