1.1.7 • Published 3 years ago

spiralquery v1.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

SpiralQuery

Write less, do the same. A lightweight, modern and "useful" utility framework, made as a 'replacement' for JQuery. As always, everything you can do with SpiralQuery is possible to do with ECMAScript 6+, but with SpiralQuery you write less, and do the same.

Instalation:

Simply install the NPM package using: yarn add spiralquery #or npm install spiralquery #or pnpm install spiralquery. Then, import it on your JS file using:

import 'spiralquery' // You do not have to import $() or timeout() functions, they put themselves on the window object.

Or, use the CDN version, with <link rel="stylesheet" href="https://cdn.skypack.dev/spiralquery">.

https://cdn.jsdelivr.net/gh/L1ghtingBolt/SpiralCSS@latest/dist/style.css

Compiling:

This project does not compile, it's just a JS file. To pack it so you can use it as a package, you can do: yarn pack #or npm pack #or pnpm pack.

To publish it as a package, change the project name under package.json (otherwise you won't be able to publish it), and do: yarn publish #or npm publish #or pnpm publish.

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago