Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 763 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 763 Bytes

MangaStream Extensions

Paperback extensions for websites with the generic MangaStream layout.

Available Extensions

None at the moment.

Installation

Add this repository to Paperback through this link.

Contributing

Follow these steps to contribute your own extension(s):

  1. Fork this repository.
  2. Clone the forked repository.
  3. Run npm i (Node.js and npm need to be installed).
  4. Add your extension(s) into the src directory.
  5. Ensure npm test passes successfully.
  6. Commit an push your changes to the remote fork.
  7. Make a pull request and notify a repository maintainer.

We’ll review and work on adding your extension as quickly as possible!