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
- Host: GitHub
- URL: https://github.com/nickytonline/copilot-extension-template
- Owner: nickytonline
- License: mit
- Created: 2024-09-28T22:30:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T14:18:29.000Z (over 1 year ago)
- Last Synced: 2024-10-21T23:19:51.090Z (over 1 year ago)
- Topics: github, githubcopilot
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
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).