From 8b129ab617847d7262f0e8c1a08587447577e6cf Mon Sep 17 00:00:00 2001 From: Jean-Michel Fayard Date: Fri, 9 Nov 2018 11:49:01 +0100 Subject: [PATCH 1/2] README: latest version is v0.3 It's annoying to forget those things :) I have done some experiments to replace markdown with asciidoc where you can define a variable, pretty nice. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7999490..d385501 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ and ```groovy dependencies { // ... - compile 'com.github.cypressious.kotlin-webextensions-declarations:webextensions-declarations:v0.2' + compile 'com.github.cypressious.kotlin-webextensions-declarations:webextensions-declarations:v0.3' } ``` From 0c5f2f00dfcb9f059511cfefb1df004e8e116aa1 Mon Sep 17 00:00:00 2001 From: Jean-Michel Fayard Date: Sun, 11 Nov 2018 12:50:30 +0100 Subject: [PATCH 2/2] Update README --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d385501..ddff7d2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ A generator for Kotlin JS declarations for the Firefox WebExtensions API from th The schema is taken from https://github.com/mozilla/gecko-dev/tree/master/browser/components/extensions/schemas and https://github.com/mozilla/gecko-dev/tree/master/toolkit/components/extensions/schemas. +See KotlinConf 2018 talk: [Building a Browser Extension with Kotlin](https://kotlinconf.com/talks/#session=21914) + +See https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions + +## Example projects + +- https://github.com/cypressious/webextension-search-kotlin-docs +- https://github.com/cypressious/second-firefox-extension-kotlin + + ## How to use in a Gradle project You can include the declarations in your project by using jitpack.io. @@ -25,10 +35,3 @@ dependencies { compile 'com.github.cypressious.kotlin-webextensions-declarations:webextensions-declarations:v0.3' } ``` - -## Example project - -See https://github.com/cypressious/second-firefox-extension-kotlin - - -