mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
cfc7e47db0
This PR makes checkPlugins some what more useful for developers. It adds auto npm publish support and various travis improvements among other goodies.
28 lines
634 B
Markdown
Executable file
28 lines
634 B
Markdown
Executable file
[![Travis (.com)](https://api.travis-ci.com/[org_name]/[repo_url].svg?branch=develop)](https://travis-ci.com/github/[org_name]/[repo_url])
|
|
|
|
# My awesome plugin README example
|
|
Explain what your plugin does and who it's useful for.
|
|
|
|
## Example animated gif of usage if appropriate
|
|
|
|
## Installing
|
|
npm install [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
|