1.0.0 • Published 8 years ago

extchange v1.0.0

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
8 years ago

extchange

A very simple program to change the extension of a filename

Installation

npm install --save extchange

Usage

var extChange = require("extchange"), inFileName = "foo.css", outFileName;

... outFileName = extChange(inFileName, "html"); ...

The value of outFileName will be "foo.html"