Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi 6 vuotta sitten
..
test 0611418f7a added whole system from ola4doc 6 vuotta sitten
.npmignore 0611418f7a added whole system from ola4doc 6 vuotta sitten
.travis.yml 0611418f7a added whole system from ola4doc 6 vuotta sitten
LICENSE 0611418f7a added whole system from ola4doc 6 vuotta sitten
README.md 0611418f7a added whole system from ola4doc 6 vuotta sitten
index.js 0611418f7a added whole system from ola4doc 6 vuotta sitten
package.json cefd1c2ad0 updated sys and created publi 6 vuotta sitten

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