A windows path variable editor
Installation
$ npm install --save path-editor
Usage
var pathEditor = ;/** * Getting it */var myPath = pathEditor // => get your path variable parsed as an arrayvar myRawPath = pathEditor // => get your path variable as stored /** * Basic usage */pathEditor // Could be an Array // => this do the job. it put sets your %PATH% variable //get what you did/** * Forcing the path */pathEditor /** * Using options */pathEditor // Resolves the path relative where you use it pathEditor // Resolves the path as windows store it
License
MIT © Fabian Gutierrez