https://github.com/sixach/wp-block-utils
https://github.com/sixach/wp-block-utils
library npm
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sixach/wp-block-utils
- Owner: sixach
- License: gpl-3.0
- Created: 2021-03-19T08:26:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T14:24:26.000Z (over 3 years ago)
- Last Synced: 2025-09-29T02:31:29.758Z (9 months ago)
- Topics: library, npm
- Language: JavaScript
- Homepage: https://sixach.github.io/wp-block-utils/
- Size: 11.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sixa Utils
This packages includes a collection of JavaScript utility methods delivering modularity, performance & extras.
## Installation
Install the module:
```bash
npm install @sixach/wp-block-utils --save-dev
```
_This package assumes that your code will run in an **ES2015+** environment. If you're using an environment that has limited or no support for ES2015+ such as IE browsers then using [core-js](https://github.com/zloirock/core-js) will add polyfills for these methods._
## Documentation
Documentation pages can be viewed [here](https://sixach.github.io/wp-block-utils).