Skip to content
DevReplay logo

DevReplay

App
Replay your code development by your own rules
61 installs

Pricing

Free plan available.

Select a tab navigation

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

Supported languages

 (7)
JavaScript, Ruby, C++, Python, C, Java, and Go

Plans and pricing

Currently this app is free
$0

Next: Confirm your installation location

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

About

Replay your code development by your own rules
61 installs

Pricing

Free plan available.

Supported languages

 (7)
JavaScript, Ruby, C++, Python, C, Java, and Go