Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/js-libs
JavaScript Framework Library "bundle" plugins
https://github.com/jenkinsci/js-libs
deprecated ui
Last synced: 16 days ago
JSON representation
JavaScript Framework Library "bundle" plugins
- Host: GitHub
- URL: https://github.com/jenkinsci/js-libs
- Owner: jenkinsci
- Archived: true
- Created: 2015-07-22T22:45:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T07:40:48.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T08:21:13.967Z (4 months ago)
- Topics: deprecated, ui
- Language: JavaScript
- Homepage:
- Size: 2.54 MB
- Stars: 4
- Watchers: 101
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ❗ This repository is unmaintained and end of life!
All provided plugins are deprecated.
Dependents of these plugins are advised to migrate to modern and maintained ways to bundle libraries, like NPM or Yarn.# JavaScript Framework Library "bundle" plugins
This repository contains Jenkins HPI plugins that "externalize" common/shared JavaScript libraries
that can't be externalized via the [easy/recommended externalization process].> __Note__: The [easy/recommended externalization process] was created after this repository was created.
> Before the new/easy process was created, all JavaScript libraries needed to be externalized via HPI plugins, which was a bit painful.
> This is the reason why you still see HPI plugins sub-modules here for some libraries that can now work via the
> [easy/recommended externalization process]. In each of these cases, the top level README.md files will indicate
> that the [easy/recommended externalization process] can now be used.# Available Libs
See the README.md files for the different bundle plugins (sub-modules of this repo) for details on how to use them
e.g.* [Ace Editor](https://github.com/jenkinsci/js-libs/tree/master/ace-editor)
* [Handlebars.js](https://github.com/jenkinsci/js-libs/tree/master/handlebars)
Other sub-modules in this repo (`momentjs` etc) contain plugin definitions for common/shared JavaScript libraries
that __can__ be externalized via the [easy/recommended externalization process].> Also see __[sample plugins](https://github.com/jenkinsci/js-samples)__.
[jenkins-js-modules]: https://github.com/tfennelly/jenkins-js-modules
[easy/recommended externalization process]: https://github.com/jenkinsci/js-samples/blob/master/step-04-externalize-libs/HOW-IT-WORKS.md#configure-node-build-to-externalize-dependencies