1.0.23 • Published 2 years ago

jqkill v1.0.23

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

Quickly target, locate, and report each-and-every call to jQuery for elimination. Works like a linter but for jQuery specifically.

Usage

Arguments

jqkill [pattern] -i [pattern] -r [path]

  • [pattern] - the file matcher pattern (default **/*.js)
  • -i | --ignore - the ignore matcher pattern (default **/node_modules/**)
  • -r | --root - the root path to run the tests from (default process.cwd())

Basic Usage

Use the defaults

jqkill

Advanced Usage

Specify custom parameters

jqkill "**/*.js" -i "**/lib/**" -r ../kuma/

Note: In Linux/OSX the matcher patterns must be delimited in quotes.

1.0.22

2 years ago

1.0.23

2 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.9

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago