An open API service indexing awesome lists of open source software.

https://github.com/nickytonline/copilot-extension-template

A GitHub Copilot Extension Template
https://github.com/nickytonline/copilot-extension-template

github githubcopilot

Last synced: 7 months ago
JSON representation

A GitHub Copilot Extension Template

Awesome Lists containing this project

README

          

# A Template for Your First Copilot Extension

This is a template for creating your first Copilot extension. It's a simple Node.js app that uses [Hono](https://hono.dev/) and leverages the [GitHub Copilot Extension Preview SDK for JavaScript](https://github.com/copilot-extensions/preview-sdk.js/).

## Installation

Run the following commands to install and start the application locally

```
npm install
npm run dev
open http://localhost:3000
```

## Development Environment

To get up and running with your development environment, see the [Development Guide](./docs/DEVELOPMENT_SETUP.md).

## Contributing

Interested in contributing to the project? Check out the [Contributing guidlines](./CONTRIBUTING.md) and remember to respect the [Code of Conduct](./CODE-OF-CONDUCT.md).