Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanjosolutions/do-steps
A CLI program which can process the steps that GitHub Copilot Chat might produce.
https://github.com/sanjosolutions/do-steps
github-copilot github-copilot-chat
Last synced: about 1 month ago
JSON representation
A CLI program which can process the steps that GitHub Copilot Chat might produce.
- Host: GitHub
- URL: https://github.com/sanjosolutions/do-steps
- Owner: SanjoSolutions
- License: other
- Created: 2023-10-11T21:02:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T13:13:15.000Z (over 1 year ago)
- Last Synced: 2024-05-01T19:25:48.261Z (9 months ago)
- Topics: github-copilot, github-copilot-chat
- Language: JavaScript
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Do Steps
This is a CLI program which can process the steps that GitHub Copilot Chat might produce.
## How to install
```sh
npm install -g do-steps
```## How to use
Copy the instructions from GitHub Copilot Chat into a file (i.e. `instructions.md`).
Then run:```sh
do-steps instructions.md
```Then the program asks you for each step to confirm it.
For steps that instruct to run a command, the program can run the command automatically.
Interactive commands work also.For steps that instruct to add code into a file or create multiple files with code, the program can automatically
create those files and put the code into it.## Legal
This project is not by GitHub and GitHub does not necessarily endorse this project.