@cameronhunter/type-extractor

1.1.1 • Public • Published

@cameronhunter/type-extractor

npm package CI Status

Extract TypeScript type definitions from npm packages.

Usage: type-extractor <package-name>[@version] [options]

Options:
    --directory     Directory to save the package (default: /Users/chunter/workspace/github/cameronhunter/type-extractor)
    --help, -h      Show this message

Examples:
    type-extractor playwright-core        Extract the types for the latest version of playwright-core.
    type-extractor playwright-core@1.3.6  Extract the types for v1.3.6 of playwright-core.

Using npx:

$ npx @cameronhunter/type-extractor <package-name>[@version] [options]

Readme

Keywords

none

Package Sidebar

Install

npm i @cameronhunter/type-extractor

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

20.4 kB

Total Files

27

Last publish

Collaborators

  • cameronhunter