json-diff-ts
A diff tool for JavaScript written in TypeScript.
File Explorer
Download Latest Version (.zip)- ci.yml
- codeql-analysis.yml
- npm.yml
- dependabot.yml
- extensions.json
- launch.json
- settings.json
- tasks.json
- atomHelpers.ts
- atomPath.ts
- helpers.ts
- index.ts
- jsonAtom.ts
- jsonCompare.ts
- jsonDiff.ts
- basic-replace.json
- keyed-array-update.json
- jsonDiff.fixture.ts
- jsonDiff.test.ts.snap
- atomHelpers.test.ts
- atomizeChangeset.test.ts
- atomPath.test.ts
- helpers.test.ts
- jsonAtom.test.ts
- jsonCompare.test.ts
- jsonDiff.test.ts
- unatomizeChangeset.test.ts
- .eslintrc.js
- .gitignore
- .prettierrc
- CLAUDE.md
- eslint.config.js
- jest.config.mjs
- LICENSE
- package-lock.json
- package.json
- README.md
- SECURITY.md
- tsconfig.json
- tsup.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/ltwlf/json-diff-ts
Downloads the entire project code from GitHub to your computer.
cd json-diff-ts
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install json-diff-ts
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
