diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-05-28 21:06:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 21:06:47 -0400 |
commit | b089cfaf64cda1b684ba5bd577385dcfc66c15b0 (patch) | |
tree | 40d39297a56df2e0902c3bebd46c30413579c3ce | |
parent | eb2d9c981a5a12372a0a0d003c06610fe5e8c528 (diff) | |
download | sncontinue-b089cfaf64cda1b684ba5bd577385dcfc66c15b0.tar.gz sncontinue-b089cfaf64cda1b684ba5bd577385dcfc66c15b0.tar.bz2 sncontinue-b089cfaf64cda1b684ba5bd577385dcfc66c15b0.zip |
Update README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +![GitHub issues](https://img.shields.io/github/issues-raw/continuedev/continue) +[![License: MIT](https://img.shields.io/badge/License-Apache-2.0-yellow.svg)](https://opensource.org/licenses/Apache-2.0) +![GitHub Repo stars](https://img.shields.io/github/stars/continuedev/continue?style=social) +![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fcontinuedev%2Fcontinue) + # Continue Continue is the open-source autopilot for software developers. Using our SDK you can write short scripts, called recipes, that automate sequences of tasks that are common within your codebase. This repository contains: |