Files
..
2017-12-14 17:06:06 +01:00
2017-12-14 17:06:06 +01:00
2017-12-14 17:06:06 +01:00
2017-12-14 17:06:06 +01:00
2017-12-14 17:06:06 +01:00
2017-12-21 18:09:49 +01:00
2017-12-14 17:06:06 +01:00

replace-ext NPM version Build Status Coveralls Status Dependency Status

Information

Packagereplace-ext
Description Replaces a file extension with another one
Node Version >= 0.4

Usage

var replaceExt = require('replace-ext');

var path = '/some/dir/file.js';
var npath = replaceExt(path, '.coffee');

console.log(npath); // /some/dir/file.coffee