New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tsd-extra-cli

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsd-extra-cli

Wrapper around tsd (TypeScript type definition checker) with extra CLI options.

  • 0.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
30
decreased by-44.44%
Maintainers
3
Weekly downloads
 
Created
Source

NPM version Buy us a tree

tsd-extra-cli

Wrapper around tsd (TypeScript type definition checker) that offsers some extra CLI options.

Installation

This library can be installed from the NPM package registry. Using NPM:

npm install --save-dev tsd-extra-cli

Or using Yarn:

yarn add -D tsd-extra-cli

Usage

See the documentation for tsd on how to write tests for your type definitions.

You can use the tsd-extra-cli command as you would normally use tsd, i.e.

tsd-extra-cli [path]

Extra CLI options

In addition, tsd-extra-cli offers the following CLI options:

  • --tests-only: Only reports errors that come from the .test-d.ts(x) files. In addition to those, tsd normally also reports TypeScript errors in the files loaded from the system under test. The --tests-only option discards those. This can be useful in codebases where there are some known TypeScript errors that haven't been fixed yet, but you still want to enforce passing tsd tests.
  • --report-checkstyle=<file>: Writes a report in checkstyle format to <file>. This can be useful to programmatically consume the results, e.g. on a CI server.

Versioning

This project adheres to Semantic Versioning.

Contributing

Contributions to this project are more than welcome.

License

This project is released under the MIT license.

Treeware

This package is Treeware. If you use it in production, then we'd appreciate it if you buy the world a tree to thank us for our work. By contributing to the Treeware forest you'll be creating employment for local families and restoring wildlife habitats.


Made with love, coffee and fun by the Moxio team from Delft, The Netherlands. Interested in joining our awesome team? Check out our vacancies (in Dutch).

Keywords

FAQs

Package last updated on 22 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc