Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paperback-community/template-extensions
Paperback extensions designed as templates to help developers get started quickly.
https://github.com/paperback-community/template-extensions
extensions paperback templates
Last synced: 22 days ago
JSON representation
Paperback extensions designed as templates to help developers get started quickly.
- Host: GitHub
- URL: https://github.com/paperback-community/template-extensions
- Owner: paperback-community
- License: mit
- Created: 2024-10-18T21:17:10.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-26T18:19:38.000Z (26 days ago)
- Last Synced: 2024-11-26T19:25:10.755Z (26 days ago)
- Topics: extensions, paperback, templates
- Language: TypeScript
- Homepage: https://paperback-community.github.io/template-extensions/
- Size: 494 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template Extensions
Paperback extensions designed as templates to help developers get started quickly.
This includes the following:
- Package config
- TypeScript config
- ESLint config
- Prettier config
- nodemon development setup
- Husky pre-push hook
- GitHub CI/CD Actions
- VSCode config files (settings + extensions)
- A basic example content extension
- A basic example tracker extensionAll extension repositories in the Paperback Community GitHub Organization use this one as their base template.
## Templates
### Content Template
Template that shows the functionality of content providing extensions.
### Tracker Template
Template that shows the functionality of tracker providing extensions.
> [!NOTE]
> This template still has to be made.## Installation
Add this repository to Paperback through [this link](https://paperback-community.github.io/extension-templates).