summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin/template/index.js
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-09-29 13:15:41 +0200
committerSamy Pesse <samypesse@gmail.com>2016-09-29 13:15:41 +0200
commit42d53ec0323956c1536666793823f41ee874d2ce (patch)
tree20107cc323de6c6c732fa4f5d2043b994ee2ea14 /packages/gitbook-plugin/template/index.js
parent287c80b2e116572669f2a7073731ba7350e3619a (diff)
downloadgitbook-42d53ec0323956c1536666793823f41ee874d2ce.zip
gitbook-42d53ec0323956c1536666793823f41ee874d2ce.tar.gz
gitbook-42d53ec0323956c1536666793823f41ee874d2ce.tar.bz2
Add gitbook-plugin command to create a plugin
Diffstat (limited to 'packages/gitbook-plugin/template/index.js')
-rw-r--r--packages/gitbook-plugin/template/index.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gitbook-plugin/template/index.js b/packages/gitbook-plugin/template/index.js
new file mode 100644
index 0000000..e542ae8
--- /dev/null
+++ b/packages/gitbook-plugin/template/index.js
@@ -0,0 +1,10 @@
+
+module.exports = {
+ blocks: {
+
+ },
+
+ hooks: {
+
+ }
+};