2021-12-09 21:48:59 -05:00
|
|
|
# [plugin_name]
|
|
|
|
|
|
|
|
TODO: Describe the plugin.
|
2020-11-02 16:13:24 +00:00
|
|
|
|
|
|
|
## Example animated gif of usage if appropriate
|
2021-12-09 21:48:59 -05:00
|
|
|
|
2020-11-23 16:34:26 +00:00
|
|
|

|
2020-11-02 16:13:24 +00:00
|
|
|
|
2021-12-09 21:48:59 -05:00
|
|
|
## Installation
|
2021-02-18 03:13:09 -05:00
|
|
|
|
2021-12-09 21:48:59 -05:00
|
|
|
From the Etherpad working directory, run:
|
|
|
|
|
|
|
|
```shell
|
2021-02-15 19:10:55 -05:00
|
|
|
npm install --no-save --legacy-peer-deps [plugin_name]
|
2021-02-18 03:13:09 -05:00
|
|
|
```
|
2020-11-02 16:13:24 +00:00
|
|
|
|
2021-12-09 21:48:59 -05:00
|
|
|
Or, install from Etherpad's `/admin/plugins` page.
|
|
|
|
|
|
|
|
## Configuration
|
2020-11-02 16:13:24 +00:00
|
|
|
|
2021-12-09 21:48:59 -05:00
|
|
|
TODO
|
2020-11-02 16:13:24 +00:00
|
|
|
|
|
|
|
## Testing
|
|
|
|
|
2021-12-09 21:48:59 -05:00
|
|
|
To run the backend tests, run the following from the Etherpad working directory:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
(cd src && npm test)
|
|
|
|
```
|
|
|
|
|
|
|
|
To run the frontend tests, visit: http://localhost:9001/tests/frontend/
|
|
|
|
|
|
|
|
## Copyright and License
|
2020-11-02 16:13:24 +00:00
|
|
|
|
2021-12-09 21:48:59 -05:00
|
|
|
Copyright © [yyyy] [name of copyright owner]
|
|
|
|
and the [plugin_name] authors and contributors
|
2020-11-02 16:13:24 +00:00
|
|
|
|
2021-12-09 21:48:59 -05: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 16:13:24 +00:00
|
|
|
|
2021-12-09 21:48:59 -05:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2020-11-02 16:13:24 +00:00
|
|
|
|
2021-12-09 21:48:59 -05: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.
|