synt

v0.5.0
Find similar functions and classes in your JavaScript/TypeScript code
duplicate similar functions methods classes code analysis compare javascript and 2 more...

compile

tsc

clean

rm -rf {.nyc_output,coverage,lib} && git checkout -- lib

dev

tsc -w

lint

eslint .; coffeelint -q test

lint-cov

nyc check-coverage --statements 100 --functions 100 --branches 100 --lines 100

release

release-it

test

mocha --require coffeescript/register -R dot -s 2000 --recursive 'test/spec/**/*.coffee'

test-cov

nyc -r lcov -r text -x test/fixtures npm run test

test-ci-build

npm run lint && npm run compile && npm run test-cov && npm run lint-cov

tsc

tsc
npm i synt

Metadata

  • MPL-2.0
  • >=4.0.0
  • Brent Lintner
  • released 12/25/2023

Downloads

Maintainers