mirror of
https://github.com/misskey-dev/SyslogPro.git
synced 2025-04-28 18:27:27 +09:00
23 lines
363 B
Handlebars
23 lines
363 B
Handlebars
API
|
|
==========================
|
|
|
|
- back to [README.md](../README.md)
|
|
|
|
API convention
|
|
==
|
|
|
|
{{>main}}
|
|
|
|
*docs autogenerated via [jsdoc2md]
|
|
(https://github.com/jsdoc2md/jsdoc-to-markdown)*
|
|
|
|
## Test
|
|
```shell
|
|
npm test
|
|
```
|
|
|
|
## Contributing
|
|
|
|
Please try to maintain the existing coding style. Add unit tests for any new or
|
|
changed functionality. Lint and test your code.
|