Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Plugin for fast downloading jQuery library from code.jquery.com

License

Notifications You must be signed in to change notification settings

voronkovich/get-jquery.plugin.zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

get-jquery.plugin.zsh

Plugin for fast downloading jQuery library from code.jquery.com

Installation

Antigen:

antigen bundle voronkovich/get-jquery.plugin.zsh

Or clone this repo and add this into your .zshrc:

fpath=(path/to/cloned/repo $fpath)

Usage:

get-jquery [options...] [target directory or file] 

Options:

-v, --jquery-version  set jQuery version
-u, --uncompressed    get uncompressed (development) version
-h, --h, --help       show this output

Examples:

get-jquery -u -v1.0.1 js/jquery-latest.js
get-jquery . # will get the latest jQuery release and save into the current directory

Demo

gif

License

Copyright (c) Voronkovich Oleg. Distributed under the Unlicense.

About

Plugin for fast downloading jQuery library from code.jquery.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages