robinhowlett / mockbin-cli

Mockbin CLI is a Bootstrap Shell-based CLI application for Mockbin powered by the Spring Social Mockbin API client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

![Mockbin CLI](http://i.imgur.com/CTs32G9.png)

Mockbin CLI is a Bootstrap Shell-based CLI application for Mockbin powered by the Spring Social Mockbin API client (which itself is based on Spring Social Bootstrap SDK)

CLI Example

Using

Add the following repository to your pom.xml:

<repositories>
	<repository>
		<id>s3.release</id>
		<name>Robin's S3 Release Repository</name>
		<url>http://maven.robinhowlett.com/release</url>
		<releases>
			<enabled>true</enabled>
		</releases>
		<snapshots>
			<enabled>false</enabled>
		</snapshots>
	</repository>
</repositories>

and the following dependency:

<dependency>
    <groupId>com.sportslabs.amp</groupId>
    <artifactId>mockbin-cli</artifactId>
    <version>6</version>
</dependency>

About

Mockbin CLI is a Bootstrap Shell-based CLI application for Mockbin powered by the Spring Social Mockbin API client


Languages

Language:Java 100.0%