https://github.com/nickytonline/product-manager-copilot-extension
https://github.com/nickytonline/product-manager-copilot-extension
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickytonline/product-manager-copilot-extension
- Owner: nickytonline
- License: mit
- Created: 2025-04-25T00:15:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-25T04:19:39.000Z (about 1 year ago)
- Last Synced: 2025-04-25T04:24:07.636Z (about 1 year ago)
- Language: TypeScript
- Size: 639 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.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).