Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wankdanker/node-minified-name

Create minified file name. jquery.js -> jquery.min.js
https://github.com/wankdanker/node-minified-name

Last synced: 14 days ago
JSON representation

Create minified file name. jquery.js -> jquery.min.js

Awesome Lists containing this project

README

        

minified-name
-------------

[![Build Status](https://travis-ci.org/wankdanker/node-minified-name.svg)](https://travis-ci.org/wankdanker/node-minified-name)

Create filename.min.ext from filename.ext

usage
-----

```js
var mn = require('minified-name');
console.log(mn('jquery.js');)
//jquery.min.js

console.log(mn('jquery.js','.super-minified'))
//jquery.super-minified.js
```

license
-------
MIT