elfrank/sample-nodejs-project

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.babelrc
.codeclimate.json
.eslintrc
.github/workflows/linter.yml
.github/workflows/release-dry-run.yaml
.github/workflows/release.yaml
.github/workflows/unit-tests.yml
.gitignore
.nvmrc
.nycrc.json
.releaserc.json
CHANGELOG.md
LICENSE
README.md
examples/hello-world.cjs.js5
A
0 mins
package-lock.json
package.json
specs/operations/subtract.spec.ts7
A
0 mins
specs/operations/sum.spec.ts7
A
0 mins
src/index.ts1
A
0 mins
A
100%
src/operation.ts6
A
0 mins
A
100%
src/operations/subtract.ts4
A
0 mins
A
100%
src/operations/sum.ts4
A
0 mins
A
100%
tsconfig.cjs.json
tsconfig.esm.json
tsconfig.json
tsconfig.testing.json