1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

javascriptライブラリをWebJarsで公開する

1
Posted at

WebJarsとは

javascript、css等のクライアントサイドのライブラリ、フレームワークをjar形式でMaven, Gradle等のツールで管理できるようにした仕組み。

使い方は以下が詳しいです。

WebJars 使い方メモ

WebJarsでjavascriptライブラリを公開する

個人、もしくは所属組織でjavascriptライブラリを開発・公開している場合、より多くの人に利用してもらうためにWebJarsでライブラリを公開したいと考える場合もあると思います。その為の手順を以下に記載します。

参考サイトに記載の内容を日本語訳しました。一部抜粋しています。

  1. webjars.org WebサイトにWebJarを掲載するには、新しいWebJar用のMavenビルドを含むGitHubリポジトリを作成します。
  2. 次に、GitHubで新しいWebJarに関するIssueをオープンし、作成したGitHubリポジトリを指定します。
  3. 作成したGitHubリポジトリは、webjarsのリポジトリでforkされ、テストされた後にMaven Centralにリリースされます。

以下のURLでいくつか現在進行中のIssueがあるので、それを見て依頼すればよいと思います。

参考サイト

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?