Yankun168 cb620fbdc3 5.10存档 hace 11 meses
..
test cb620fbdc3 5.10存档 hace 11 meses
.npmignore cb620fbdc3 5.10存档 hace 11 meses
.travis.yml cb620fbdc3 5.10存档 hace 11 meses
LICENSE cb620fbdc3 5.10存档 hace 11 meses
README.md cb620fbdc3 5.10存档 hace 11 meses
index.js cb620fbdc3 5.10存档 hace 11 meses
package.json cb620fbdc3 5.10存档 hace 11 meses

README.md

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