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 🚀
- Host: GitHub
- URL: https://github.com/LadyKerr/cli-skills-copilot-talk
- Owner: LadyKerr
- Created: 2023-10-30T12:07:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T17:37:08.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T03:28:07.592Z (7 months ago)
- Topics: cli, copilot, copilot-x, talks, tutorial
- Language: Vue
- Homepage: https://ladykerr.github.io/cli-skills-copilot-talk/
- Size: 29.1 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - LadyKerr/cli-skills-copilot-talk - Gettiing started with GitHub Copilot in the CLI 🚀 (Vue)
README
# Take Your Command line Skills to the Next level with Copilot in the CLI 🚀 - GitHub Universe 2023

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
```