pad.libre-service.eu-etherpad/src/bin/plugins/lib/README.md
Richard Hansen 6163339c0d plugins: Always install plugins with --no-save
The npm CLI can get confused if `package.json` or `package-lock.json`
exist.
2021-02-18 19:18:59 +00:00

767 B
Executable file

Travis (.com)

My awesome plugin README example

Explain what your plugin does and who it's useful for.

Example animated gif of usage if appropriate

screenshot

Installing

npm install --no-save [plugin_name]

or Use the Etherpad /admin interface.

Settings

Document settings if any

Testing

Document how to run backend / frontend tests.

Frontend

Visit http://whatever/tests/frontend/ to run the frontend tests.

backend

Type cd src && npm run test to run the backend tests.

LICENSE

Apache 2.0