An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![GitHub](https://img.shields.io/github/license/jenkinsci/muuri-api-plugin)
![GitHub pull requests](https://img.shields.io/github/issues-pr/jenkinsci/muuri-api-plugin)
![Open GitHub issues](https://img.shields.io/github/issues/jenkinsci/muuri-api-plugin)
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/jenkinsci/muuri-api-plugin/GitHub%20CI/master?label=GitHub%20CI)
[![Build Status](https://ci.jenkins.io/buildStatus/icon?subject=Jenkins%20CI&job=Plugins%2Fmuuri-api-plugin%2Fmaster)](https://ci.jenkins.io/job/Plugins/job/muuri-api-plugin/job/master/)
![Contributions](https://img.shields.io/badge/contributions-welcome-orange)
![Jenkins Plugins](https://img.shields.io/jenkins/plugin/v/muuri-api?label=latest%20version)




Muuri

Muuri.js Jenkins Plugin


Jenkins plug-in that provides Muuri.js.


Explore the docs »




Report Bug
·
Request Feature

Table of Contents



  1. Usage

  2. Contributing

  3. License

  4. Contact

## 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)