Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

whistle.combo

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whistle.combo

combo for whistle

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

whistle.combo

GitHub issues GitHub license node version Build Status Test coverage

A combo plugin base on tianmajs for whistle.

A combo url is like http://i.cdn.com/??x.js,y.js,z.js. whistle.combo splits the combo url to a path array [x.js, y.js, z.js] and concats them one by one.

Usage

1. first install whistle(version of whistle must above or equal 0.12.3, check by typing w2 -V) and start whistle. Visit https://github.com/avwo/whistle to get more info about whistle usage

$ npm i -g whistle --registry=https://registry.npm.taobao.org

2. install whistle.combo

$ npm i -g whistle.combo --registry=https://registry.npm.taobao.org

3. config combo protocal

# [] means optional
# by default, delimiter is `??`, seperator is `,`
i.cdn.com combo://[delimiter:seperator@]absoluteRootDir


# sample 1
i.cdn.com combo:///Users/jiewei.ljw/work/i/test

# sample 2  delimiter:'c/=', seperator:','
g.cdn.com combo://c/=:,@/Users/jiewei.ljw/work/g/test

4. enjoy yourself.

Issues

License

MIT

Keywords

FAQs

Package last updated on 16 Apr 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc