Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wankdanker/node-minified-name
- Owner: wankdanker
- Created: 2015-04-10T17:21:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-10T17:25:35.000Z (over 9 years ago)
- Last Synced: 2024-12-06T03:30:27.626Z (about 1 month ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.jsconsole.log(mn('jquery.js','.super-minified'))
//jquery.super-minified.js
```license
-------
MIT