forked from civicrm/civicrm-core
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request civicrm#17741 from eileenmcnaughton/eventcart
Add eventcart shell
- Loading branch information
Showing
7 changed files
with
1,391 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 *) |
Oops, something went wrong.