https://github.com/replit/extensions
A client library for the Replit Extensions API
https://github.com/replit/extensions
extensions replit
Last synced: 6 months ago
JSON representation
A client library for the Replit Extensions API
- Host: GitHub
- URL: https://github.com/replit/extensions
- Owner: replit
- License: mit
- Created: 2022-08-08T10:51:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T20:16:15.000Z (over 1 year ago)
- Last Synced: 2025-03-24T15:52:18.335Z (7 months ago)
- Topics: extensions, replit
- Language: TypeScript
- Homepage: https://docs.replit.com/extensions
- Size: 1.6 MB
- Stars: 34
- Watchers: 32
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Replit Extensions Monorepo (All Clients)
A monorepo containing all NPM packages related to Replit Extensions.
- NPM Packages
- [Default API Client](https://www.npmjs.com/package/@replit/extensions)
- [React API Client](https://www.npmjs.com/package/@replit/extensions-react)
- [Repository](https://github.com/replit/extensions)
- [Documentation](https://docs.replit.com/extensions)
- [API Modules](https://docs.replit.com/extensions/category/api-reference)
- [React Client](https://docs.replit.com/extensions/category/react)
- [Discourse Category](https://ask.replit.com/c/extensions)
- [React Extension Template](https://replit.com/@replit/React-Extension?v=1)
- [HTML/CSS/JS Extension Template](https://replit.com/@replit/HTMLCSSJS-Extension?v=1)## Getting Started
1. Clone this repository
2. Run `pnpm install`
3. Run `pnpm dev`, or simply hit the Run button if you've imported this into Replit.Edit the in the `modules` folder and your changes will be previewed live via Hot Module Reloading.