Welcome to the documentation for Extension Dev! Here you will find information on how to develop, deploy, and maintain extensions for our platform.
Getting Started
Before you dive in, make sure you have the following prerequisites:
- Basic knowledge of JavaScript or TypeScript
- Familiarity with HTML and CSS
- Node.js and npm installed
Quick Start Guide
Create a new extension project:
- Use the following command to create a new extension project:
extension-dev create <project-name>
- This will generate a new directory with all the necessary files and configurations.
- Use the following command to create a new extension project:
Develop your extension:
- Navigate to your project directory and start coding.
- Use the
extension-dev serve
command to start the development server. - Test your extension locally using the browser extension developer tools.
Build and publish your extension:
- Once you are satisfied with your extension, build it using the
extension-dev build
command. - Submit your extension to our platform for review and publication.
- Once you are satisfied with your extension, build it using the
Resources
Image Gallery
JavaScript Robots
JavaScript is a powerful language that can be used to create amazing web applications. Here are some robots made with JavaScript:
TypeScript Dinosaurs
TypeScript is a superset of JavaScript that adds static types. Here are some dinosaurs made with TypeScript:
Conclusion
Thank you for visiting the Extension Dev documentation. We hope this guide helps you get started with developing your own extensions. If you have any questions or feedback, please reach out to us.