https://github.com/jenkinsci/muuri-api-plugin
Jenkins plug-in that provides Muuri.js https://muuri.dev.
https://github.com/jenkinsci/muuri-api-plugin
api-plugin
Last synced: about 2 months ago
JSON representation
Jenkins plug-in that provides Muuri.js https://muuri.dev.
- Host: GitHub
- URL: https://github.com/jenkinsci/muuri-api-plugin
- Owner: jenkinsci
- License: mit
- Created: 2021-05-03T12:25:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T14:56:51.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T13:09:27.103Z (4 months ago)
- Topics: api-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/muuri-api/
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README




[](https://ci.jenkins.io/job/Plugins/job/muuri-api-plugin/job/master/)


Muuri.js Jenkins Plugin
Jenkins plug-in that provides Muuri.js.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
## Usage
In order to use this JS library, add a maven dependency to your pom:
```xml
io.jenkins.plugins
muuri-api
[latest version]```
Then you can use Muuri.js in your jelly files using the following snippet:
```html
```
## Contributing
Contributions are what make the open source community such an amazing place to be learn,
inspire, and create. Any contributions you make are **greatly appreciated**.1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
## Contact
Simon Symhoven - [email protected]
Project Link: [https://github.com/jenkinsci/muuri-api-plugin](https://github.com/jenkinsci/muuri-api-plugin)