naive-ts-code-quality-check

0.4.0 • Public • Published

Naive Typescript Code Quality Checker

Checks ts and tsx fils

> npx naive-ts-code-quality-check -p project/folder/src
> naive-ts-code-check -p project/folder/src

---------- Result ------------

  @ts-ignore errors : 9
              files : 4
         any errors : 10
              files : 4
      as Any errors : 0
              files : 0
       or undefined : 0
              files : 0
          All Files : 4

------------------------------

Dev

install this package global yarn global add "file:$PWD" https://stackoverflow.com/questions/70566220/how-to-use-yarn-to-install-a-local-package-globally

# dev
nodemon src/index.ts

# check cli
yarn build && node ./lib/index.js -p src/test
yarn build && node ./lib/index.js -p src/test --details

# profile
yarn build && DEBUG="*"  node lib/index.js

Readme

Keywords

Package Sidebar

Install

npm i naive-ts-code-quality-check

Weekly Downloads

0

Version

0.4.0

License

MIT

Unpacked Size

12.6 kB

Total Files

15

Last publish

Collaborators

  • molszanski