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

https://github.com/LadyKerr/cli-skills-copilot-talk

Gettiing started with GitHub Copilot in the CLI 🚀
https://github.com/LadyKerr/cli-skills-copilot-talk

cli copilot copilot-x talks tutorial

Last synced: 2 months ago
JSON representation

Gettiing started with GitHub Copilot in the CLI 🚀

Awesome Lists containing this project

README

          

# Take Your Command line Skills to the Next level with Copilot in the CLI 🚀 - GitHub Universe 2023

![image](/assets/cli-cover.png)

To watch the recording, click [here - link incoming]().

## Resources:
- **Slides**: [here](/gh-copilot-cli.pdf)
- **Copilot in the CLI docs**: https://gh.io/gh-copilot-docs
- **Copilot in the CLI repo**: https://gh.io/gh-copilot
- **Blog Post on getting started here**: https://dev.to/github/stop-struggling-with-terminal-commands-github-copilot-in-the-cli-is-here-to-help-4pnb

## Running the slides locally

The slides are built using [slidev](https://sli.dev/). To run them locally, run the following commands:

```bash
npm install
npm run dev
```