JSPM

literatura

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q79492F
  • License MIT

literatura - a tool for reading large codebases

Package Exports

  • literatura
  • literatura/src/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 (literatura) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

literatura

literatura - a tool for reading large codebases.

It is useful mainly in large codebases to extract relationships between files and directories.

Installing

To install literatura, run pnpm add -g literatura. For development purposes, run pnpm link -g from the package directory.

To uninstall literatura, run pnpm uninstall -g literatura.

Running

Run lit -h to learn how to use literatura.

Terminology

node represents a file or a directory (depends on context). edge is a link from source (src) node to reference (ref) node.

Acknowledgements

literatura was inspired by

  • dpdm for dependency list retrieval.