Skip to content
DevReplay

DevReplay

Replay your code development by your own rules

by Ikuyadeu61 installs

Supported languages

JavaScript, Ruby, C++, Python, C, Java, and Go

DevReplay suggests code fix ways based on your own coding style.

  • Command-line tool version is here
  • VS Code version is here

Usage

  1. Install this app
  2. Create your own programming style(devreplay.json) on the root (./)
    (Recommend) Pattern Generator can generate your rule file automatically

Sample of devreplay.json

[
  {
    "condition": [
      "tmp = $1",
      "$1 = $2",
      "$2 = tmp"
    ],
    "consequent": [
      "$1, $2 = $2, $1"
    ]
  }
]
  1. The developer(you) submits a pull request
  2. This bot suggests source code changes based on the pattern.
- tmp = a
- a = b
- b = a
+ a, b = b, a
Example of DevReplay suggestion

Pricing and setup

Currently this app is free

$0

Free

Currently this app is free

Next: Confirm your installation location

DevReplay is provided by a third-party and is governed by separate privacy policy and support documentation