Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi 7 năm trước cách đây
..
test cefd1c2ad0 updated sys and created publi 7 năm trước cách đây
.npmignore cefd1c2ad0 updated sys and created publi 7 năm trước cách đây
.travis.yml cefd1c2ad0 updated sys and created publi 7 năm trước cách đây
LICENSE cefd1c2ad0 updated sys and created publi 7 năm trước cách đây
README.md cefd1c2ad0 updated sys and created publi 7 năm trước cách đây
index.js cefd1c2ad0 updated sys and created publi 7 năm trước cách đây
package.json cefd1c2ad0 updated sys and created publi 7 năm trước cách đây

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