Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rvtraveller authored Jan 26, 2017
1 parent 46ec66a commit fc9946f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Quicksilver Composer Installer #

Creates a new "type" in Composer for `quicksilver-modules` so you can treat them separately in Composer installations.
Creates a new "type" in Composer for `quicksilver-modules` so you can treat them separately in Composer installations. This allows you to include Quicksilver scripts as part of a composer based project on Pantheon[https://pantheon.io].

## Example composer.json file ##

```
{
"require": {
"rvtraveller/qs-revert-all-features-d7": "1.0"
},
"extra": {
"installer-paths": {
"web/private/scripts/quicksilver/{$name}": ["type:quicksilver-module"]
}
}
}
```

0 comments on commit fc9946f

Please sign in to comment.