Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.