Muuri.js API

GitHub GitHub pull requests Open GitHub issues GitHub Workflow Status (branch) Build Status Contributions Jenkins Plugins


Muuri

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:

<dependency>
  <groupId>io.jenkins.plugins</groupId>
  <artifactId>muuri-api</artifactId>
  <version>[latest version]</version>
</dependency>

Then you can use Muuri.js in your jelly files using the following snippet:

<st:adjunct includes="io.jenkins.plugins.muuri"/>

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 for more information.

Contact

Simon Symhoven - post@simon-symhoven.de

Project Link: https://github.com/jenkinsci/muuri-api-plugin