Initial commit
This commit is contained in:
commit
0ea5953d8c
24 changed files with 4762 additions and 0 deletions
44
README.md
Normal file
44
README.md
Normal file
|
@ -0,0 +1,44 @@
|
|||
# de.forumzfd.twinglecampaign
|
||||
|
||||

|
||||
|
||||
(*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 de.forumzfd.twinglecampaign@https://github.com/FIXME/de.forumzfd.twinglecampaign/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/de.forumzfd.twinglecampaign.git
|
||||
cv en twinglecampaign
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
(* FIXME: Where would a new user navigate to get started? What changes would they see? *)
|
||||
|
||||
## Known Issues
|
||||
|
||||
(* FIXME *)
|
Loading…
Add table
Add a link
Reference in a new issue