Skip to content

Commit

Permalink
readme and description updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeanjones committed Jan 26, 2017
1 parent edc6e5c commit d7e4c60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# ember-cli-svn
--------------------------------------------------

[![Build Status](https://travis-ci.org/mdeanjones/ember-cli-svn.svg?branch=master)](https://travis-ci.org/mdeanjones/ember-cli-svn)

This Ember-CLI plugin lets Ember addons defined in your package file using subversion tools such as `npm-svn` to be included into your build.

Yes it is very old hat, but sometimes you just can't avoid Subversion. There are several tools that allow you to define
SVN dependencies in your package, which is great, but Ember-CLI only inspects `dependencies` and `devDependencies` for
addons that it should include in a build. This plugin aims to get around that by inspecting the parent application's
package, and masquerading any `svnDependencies` as its own `dependencies`. It's not perfect, but - generally speaking -
it seems to get the job done.


## Installation
```
TODO
npm install --save-dev ember-cli-svn
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-cli-svn",
"version": "1.0.0",
"description": "",
"description": "Legacy SVN support for Ember CLI addons",
"keywords": [
"ember-addon",
"ember",
Expand Down

0 comments on commit d7e4c60

Please sign in to comment.