0.5.0 • Published 2 years ago
synt v0.5.0
synt

Find similar functions and classes in your JavaScript/TypeScript code.
Supported Languages
System Requirements
Installation & Usage
npm i syntCLI
install
npm i -g synthelp
synt -hexample
git clone https://github.com/brentlintner/synt.git
cd synt
synt analyze srcLibrary
example
const synt = require("synt")
const files = [ "a.js", "b.ts" ]
const { js, ts } = synt.compare(files, {
similarity: 80,
ngram: 1,
minLength: 20,
sourceType: "module",
ecmaVersion: 6
})
synt.print(js)
synt.print(ts)Licensing
This project is licensed under the MPL-2.0 license.
Any contributions made to this project are made under the current license.
Contributing
Any contributions are welcome and appreciated!
Please see CONTRIBUTING.md for more info.
Versioning
This project ascribes to semantic versioning.
Name
synt is short for synteny, and is
an (attempted) play on comparing code evolution to genetic (evolution).
0.5.0
2 years ago
0.4.8
8 years ago
0.4.7
8 years ago
0.4.6
8 years ago
0.4.5
8 years ago
0.4.4
8 years ago
0.4.3
8 years ago
0.4.2
8 years ago
0.4.1
8 years ago
0.4.0
8 years ago
0.3.4
9 years ago
0.3.2
9 years ago
0.3.1
11 years ago
0.3.0
11 years ago
0.2.2
11 years ago
0.2.1
11 years ago
0.2.0
11 years ago
0.1.7
11 years ago
0.1.6
11 years ago
0.1.5
11 years ago
0.1.4
11 years ago
0.1.3
11 years ago
0.1.2
11 years ago
0.1.1
11 years ago
0.1.0
11 years ago