Socket
Socket
Sign inDemoInstall

ext-map

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ext-map

just an object that maps `src` file extensions to `dest` file extensions as key/value pairs (e.g. `{'.less': '.css'}`). Useful for dynamically rewriting paths in tasks/plugins. pull requests welcome.


Version published
Weekly downloads
11K
increased by73.3%
Maintainers
1
Install size
5.12 kB
Created
Weekly downloads
 

Readme

Source

ext-map NPM version

just an object that maps src file extensions to dest file extensions as key/value pairs (e.g. {'.less': '.css'}). Useful for dynamically rewriting paths in tasks/plugins. pull requests welcome.

  • gulp-extname: gulp plugin to dynamically rewrite dest extensions based on src extensions.
  • rewrite-ext: Automatically re-write the destination extension of a filepath based on the source extension. e.g … more

Install with npm

npm i ext-map --save

Usage

var exts = require('ext-map');

Mapped extensions

Pull requests to add mappings would be appreciated.

HTML

  • .md: => .html
  • .hbs: => .html
  • .slim: => .html
  • .swig: => .html
  • .tmpl: => .html
  • .html: => .html
  • .htm: => .html

css

  • .less: => .css
  • .styl: => .css
  • .sass: => .css
  • .scss: => .css
  • .css: => .css

js

  • .coffee: => .js
  • .ls: => .js
  • .ts: => .js
  • .js: => .js

Tests

Install dev dependencies:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Jon Schlinkert

License

Copyright (c) 2014-2015 Jon Schlinkert Released under the MIT license.


This file was generated by verb-cli on May 04, 2015.[assemble]: http://assemble.io [template]: https://github.com/jonschlinkert/template [verb]: https://github.com/assemble/verb

Keywords

FAQs

Last updated on 04 May 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc