mjeffryes / nodejs-repros

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodejs Bug Repro Environments

Requirements

Requires devbox cli.

curl -fsSL https://get.jetpack.io/devbox | bash

Alternatively, you can develop in a preconfigured container environment using an editor or service that supports the devcontainer standard such as VS Code or Github Codespaces.

Usage

To repro a from an existing bug/branch:

git checkout <branchname>
devbox shell

To create a new repro environment:

git branch repo-name-issueNumber master
devbox shell

Modify index.ts and install dependencies with npm as needed.

About


Languages

Language:Makefile 88.0%Language:TypeScript 12.0%