GithubHelp home page GithubHelp logo

codev's Introduction

CoDev

CoDev Prompt and Generated files tested with GPT 4.0

What Is CoDev?

CoDev is a virtual developer that can help you bootstrap the boilerplate for any project in any programming language, based on a set of commands. The prompt is there in the prompt.txt. Once you initialise the session by inserting the prompt, you'll be able to use these commands

Available commands:


/project [summary] [task] [languages] [frameworks] - Output the list of 
files & folder structure for the project based on the project summary, task, 
languages, and frameworks.

/code [filename] - Output the code for the specified filename. 

/tests [filename] - Output the tests for the specified filename.

/explain [filename] [function] - Explain the given function in the 
specified filename.

/run - Simulate the console of the program when it is running.

/revise [filename] [modification] - Rewrite the content of the 
specified filename, taking the modification into consideration.

/comment [filename] [function] - Add a comment to the specified 
function in the specified file.

/format [filename] - Format the code within the specified file properly.

Examples:

/project "Weather App" "Display current weather" "JavaScript" 
"React, OpenWeatherMap API"

/code "app.js"

/tests "app.test.js"

/explain "app.js" "fetchWeatherData"

/run

/revise "app.js" "Add error handling for API call"

/comment "app.js" "fetchWeatherData"

/format "app.js"

Looking for the prompt itself? It is in the prompt.txt

codev's People

Contributors

etherlegend avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.