JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q33019F
  • License ISC

Tiratana is a CLI tool that generates a codebase report.

Package Exports

  • tiratana
  • tiratana/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tiratana) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Tiratana 💎

Tiratana is a CLI tool that generates codebase reports.

Installation

npm install -g tiratana

Usage

On Linux / Mac OSX:

export OPENAI_API_KEY="<your api key>"

On Windows:

set OPENAI_API_KEY="<your api key>"

You can get an Open AI API key at Open AI Platform.

To run the executable:

npx tiratana --help

Contributors