aboutsummaryrefslogtreecommitdiffstats
path: root/core/plugin/intent/.mikutter.yml
diff options
context:
space:
mode:
authorToshiaki Asai <toshi.alternative@gmail.com>2016-09-11 14:51:19 +0900
committerToshiaki Asai <toshi.alternative@gmail.com>2016-10-03 00:19:03 +0900
commit6afa8504da7a0c520760cc9721f7b0bf36ca76e8 (patch)
treef112159c5f2871845eb93dfbf1e44055ab7f46f0 /core/plugin/intent/.mikutter.yml
parenta4c8a984acbc38f8be9ad37f7b47c58387c6f06e (diff)
downloadmikutter-6afa8504da7a0c520760cc9721f7b0bf36ca76e8.tar.gz
Intentプラグイン追加 refs #866
Modelを開くためのopenイベント Modelを開く方法を宣言するintentメソッド
Diffstat (limited to 'core/plugin/intent/.mikutter.yml')
-rw-r--r--core/plugin/intent/.mikutter.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/plugin/intent/.mikutter.yml b/core/plugin/intent/.mikutter.yml
new file mode 100644
index 00000000..250496fd
--- /dev/null
+++ b/core/plugin/intent/.mikutter.yml
@@ -0,0 +1,11 @@
+---
+slug: :intent
+depends:
+ mikutter: "3.5"
+ plugin: []
+version: '1.0'
+author: toshi_a
+name: intent
+description: >-
+ ModelをUI上で開く機能を提供する。
+ Pluginが特定のModelを扱えることを表明するintent DSLメソッドを提供する。