Skip to content

Commit

Permalink
[docs] tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
svnlto committed Mar 2, 2014
1 parent 8eccb63 commit 7c2ecb7
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
@@ -1,10 +1,9 @@

Hoodie command line utility
Hoodie command line utility [![Build Status](https://travis-ci.org/hoodiehq/hoodie-cli.png)](https://travis-ci.org/hoodiehq/hoodie-cli)
======

[![Build Status](https://travis-ci.org/hoodiehq/hoodie-cli.png)](https://travis-ci.org/hoodiehq/hoodie-cli)

The [hoodie](http://hood.ie) cli.
[![NPM](https://nodei.co/npm/hoodie-cli.png)](https://nodei.co/npm/hoodie-cli/)


## Installation
Please ensure you have [node](http://nodejs.org) installed.
Expand All @@ -18,7 +17,7 @@ npm install -g hoodie-cli
See `hoodie -h` for information.

```
hoodie new <appname> [<template>]
hoodie new <appname> [-t <template>]
```
Creates a new hoodie app inside a new folder called `appname`. `appname` will also be your domain. If template is not set it will use the default repository `hoodiehq/my-first-hoodie`.

Expand All @@ -31,8 +30,8 @@ Starts the hoodie app. The same as `npm start`.
hoodie install <plugin>
hoodie uninstall <plugin>
```
Un-/Installs a hoodie dependency via `npm`. Plugins are installed from the [hoodie github account](http://github.com/hoodiehq) with a `worker-` prefix, e.g.:
Un-/Installs a hoodie dependency via `npm`. Plugins are installed from the [hoodie github account](http://github.com/hoodiehq) with a `plugin-` prefix, e.g.:
```
hoodie install email-in
# Cloned from https://github.com/hoodiehq/worker-email-in
hoodie install global-share
# Cloned from https://github.com/hoodiehq/global-share
```

0 comments on commit 7c2ecb7

Please sign in to comment.