Skip to content

Commit

Permalink
Merge pull request civicrm#17741 from eileenmcnaughton/eventcart
Browse files Browse the repository at this point in the history
Add eventcart shell
  • Loading branch information
seamuslee001 authored Jul 3, 2020
2 parents fefec16 + 77458d2 commit 3ac647f
Show file tree
Hide file tree
Showing 7 changed files with 1,391 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/ext/*
!/ext/sequentialcreditnotes
!/ext/flexmailer
!/ext/eventcart
backdrop/
bower_components
CRM/Case/xml/configuration
Expand Down
667 changes: 667 additions & 0 deletions ext/eventcart/LICENSE.txt

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions ext/eventcart/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# eventcart

![Screenshot](/images/screenshot.png)

(*FIXME: In one or two paragraphs, describe what the extension does and why one would download it. *)

The extension is licensed under [AGPL-3.0](LICENSE.txt).

## Requirements

* PHP v7.0+
* CiviCRM (*FIXME: Version number*)

## Installation (Web UI)

This extension has not yet been published for installation via the web UI.

## Installation (CLI, Zip)

Sysadmins and developers may download the `.zip` file for this extension and
install it with the command-line tool [cv](https://github.com/civicrm/cv).

```bash
cd <extension-dir>
cv dl eventcart@https://github.com/FIXME/eventcart/archive/master.zip
```

## Installation (CLI, Git)

Sysadmins and developers may clone the [Git](https://en.wikipedia.org/wiki/Git) repo for this extension and
install it with the command-line tool [cv](https://github.com/civicrm/cv).

```bash
git clone https://github.com/FIXME/eventcart.git
cv en eventcart
```

## Usage

(* FIXME: Where would a new user navigate to get started? What changes would they see? *)

## Known Issues

(* FIXME *)
Loading

0 comments on commit 3ac647f

Please sign in to comment.