2021-12-10 03:48:59 +01:00
|
|
|
# [plugin_name]
|
|
|
|
|
|
|
|
TODO: Describe the plugin.
|
2020-11-02 17:13:24 +01:00
|
|
|
|
|
|
|
## Example animated gif of usage if appropriate
|
2021-12-10 03:48:59 +01:00
|
|
|
|
2020-11-23 17:34:26 +01:00
|
|
|
![screenshot](https://user-images.githubusercontent.com/220864/99979953-97841d80-2d9f-11eb-9782-5f65817c58f4.PNG)
|
2020-11-02 17:13:24 +01:00
|
|
|
|
2021-12-10 03:48:59 +01:00
|
|
|
## Installation
|
2021-02-18 09:13:09 +01:00
|
|
|
|
2021-12-10 03:48:59 +01:00
|
|
|
From the Etherpad working directory, run:
|
|
|
|
|
|
|
|
```shell
|
2021-02-16 01:10:55 +01:00
|
|
|
npm install --no-save --legacy-peer-deps [plugin_name]
|
2021-02-18 09:13:09 +01:00
|
|
|
```
|
2020-11-02 17:13:24 +01:00
|
|
|
|
2021-12-10 03:48:59 +01:00
|
|
|
Or, install from Etherpad's `/admin/plugins` page.
|
|
|
|
|
|
|
|
## Configuration
|
2020-11-02 17:13:24 +01:00
|
|
|
|
2021-12-10 03:48:59 +01:00
|
|
|
TODO
|
2020-11-02 17:13:24 +01:00
|
|
|
|
|
|
|
## Testing
|
|
|
|
|
2021-12-10 03:48:59 +01:00
|
|
|
To run the backend tests, run the following from the Etherpad working directory:
|
|
|
|
|
|
|
|
```shell
|
2024-02-11 09:51:42 +01:00
|
|
|
(cd src && pnpm test)
|
2021-12-10 03:48:59 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
To run the frontend tests, visit: http://localhost:9001/tests/frontend/
|
|
|
|
|
|
|
|
## Copyright and License
|
2020-11-02 17:13:24 +01:00
|
|
|
|
2021-12-10 03:48:59 +01:00
|
|
|
Copyright © [yyyy] [name of copyright owner]
|
|
|
|
and the [plugin_name] authors and contributors
|
2020-11-02 17:13:24 +01:00
|
|
|
|
2021-12-10 03:48:59 +01:00
|
|
|
Licensed under the [Apache License, Version 2.0](LICENSE) (the "License"); you
|
|
|
|
may not use this file except in compliance with the License. You may obtain a
|
|
|
|
copy of the License at
|
2020-11-02 17:13:24 +01:00
|
|
|
|
2021-12-10 03:48:59 +01:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2020-11-02 17:13:24 +01:00
|
|
|
|
2021-12-10 03:48:59 +01:00
|
|
|
Unless required by applicable law or agreed to in writing, software distributed
|
|
|
|
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
|
|
CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
|
|
specific language governing permissions and limitations under the License.
|