Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeanjones committed Jan 26, 2017
1 parent d7e4c60 commit d089343
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# ember-cli-svn
--------------------------------------------------
ember-cli-svn
=====================================

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


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.
> Yes it is very old hat, but sometimes you just can't avoid Subversion.
_- Me, just now_

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
Expand Down

0 comments on commit d089343

Please sign in to comment.