https://github.com/emranahmed/marquee-block
WordPress Marquee block
https://github.com/emranahmed/marquee-block
gutenberg gutenberg-blocks marquee wordpress wordpress-plugin
Last synced: over 1 year ago
JSON representation
WordPress Marquee block
- Host: GitHub
- URL: https://github.com/emranahmed/marquee-block
- Owner: EmranAhmed
- Created: 2024-06-02T10:52:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T12:05:54.000Z (over 1 year ago)
- Last Synced: 2025-02-27T15:50:28.763Z (over 1 year ago)
- Topics: gutenberg, gutenberg-blocks, marquee, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/marquee-block/
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
README
# Marquee Block

[](https://wordpress.org/plugins/marquee-block/)
[](https://playground.wordpress.net/?mode=seamless&blueprint-url=https://wordpress.org/plugins/wp-json/plugins/v1/plugin/marquee-block/blueprint.json)
[Marquee Block](https://wordpress.org/plugins/marquee-block/) adds a touch of movement and interactivity to your site and help to capture attention and engage your site visitors in a unique way.
## Requirements
- WordPress 6.4+
- PHP 7.4+
## Initial
- `npm install`
- `npm run packages-update`
## Develop
- `npm start`
## Lint
- `npm run lint:js` - Lint Javascript
- `npm run lint:js:report` - Lint Javascript and will generate `lint-report.html`. From terminal `open lint-report.html`
- `npm run lint:css` - Lint CSS
- `npm run lint:css:report` - Lint CSS and will generate `scss-report.txt` file.
- `npm run lint:php` - PHP lint and will generate `phpcs-report.txt` file.
## Fix
- `npm run lint:js:fix` - Fix Javascript Lint Issue.
- `npm run lint:css:fix` - Fix SCSS Lint Issue.
## Format
- `npm run format:js` - Format Javascript
- `npm run format:css` - Format SCSS
- `npm run format:php` - Format PHP
- `npm run format` - Format `./src`
## Release
- `npm run plugin-zip` - make zip based on `package.json` `files` list.
## Provide your own translations
- `npm run language` - Make POT File
- Then follow this link to test
- [Check translation guide](https://developer.wordpress.org/block-editor/how-to-guides/internationalization/#provide-your-own-translations)