Skip to content

fext show new in v0.4

Displays meta-information about the specified package.

Usage

sh
fext show <package>

Details

It scans the metadata file and extracts all the essential information useful during development.

Dependencies and extra-dependencies are marked in green if they are correctly installed, in red if there's an issue, that can be checked via check command. Normal color is applied to extra dependencies that are not installed.

Examples

Display info about requests package:

sh
fext show requests

The project is still in development and does not have a stable version.