summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlinux_china <linux_china@hotmail.com>2015-07-19 11:44:42 +0800
committerlinux_china <linux_china@hotmail.com>2015-07-19 11:44:42 +0800
commitf838b56591691ad999c8ad1202f04f88350e2d73 (patch)
treedbf7422e8aabdabc305375209d067b46e74b3c8d
parenta207a38d634cc10441636bc4359cd8a18c502dea (diff)
downloadzsh-f838b56591691ad999c8ad1202f04f88350e2d73.tar.gz
zsh-f838b56591691ad999c8ad1202f04f88350e2d73.tar.bz2
zsh-f838b56591691ad999c8ad1202f04f88350e2d73.zip
spring boot plugin readme
-rw-r--r--plugins/spring/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/spring/README.md b/plugins/spring/README.md
new file mode 100644
index 000000000..62bfd8013
--- /dev/null
+++ b/plugins/spring/README.md
@@ -0,0 +1,25 @@
+# Spring Boot oh-my-zsh plugin
+oh-my-zsh Spring Boot plugin
+
+## Spring Boot autocomplete plugin
+
+- Adds autocomplete options for all spring boot commands.
+
+## Manual Install
+
+ $ cd ~/.oh-my-zsh/plugins
+ $ git clone git@github.com:linux-china/oh-my-zsh-spring-boot-plugin.git spring
+
+Adjust your .zshrc file and add spring to plugins=(...)
+
+## Tips
+
+* Install Spring Cloud plugin: spring install org.springframework.cloud:spring-cloud-cli:1.0.2.RELEASE
+
+## Reference
+
+* Spring Boot: http://projects.spring.io/spring-boot/
+* Spring Boot CLI: http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#cli
+
+Maintainer : linux_china ([@linux_china](https://twitter.com/linux_china))
+