List all exported symbols from a module/directory
Lists all exported symbols from a module or directory grouped by file and type.
/plugin marketplace add nathanvale/side-quest-marketplace/plugin install the-cinema-bandit@side-quest-marketplace<directory-path>claude-haiku-4-5-20251001List all exports from a directory to understand its public interface.
bun run ${CLAUDE_PLUGIN_ROOT}/src/cli.ts api $ARGUMENTS
The CLI will scan the directory and list all exported symbols grouped by file and type.
š src/lib/services/ - Public API
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
dataverse-service.ts:
āāā DataverseService (class)
āāā DataverseConfig (interface)
āāā createDataverseClient (function)
āāā QueryOptions (type)
sharepoint-service.ts:
āāā SharePointService (class)
āāā uploadFile (function)
āāā downloadFile (function)
āāā SharePointConfig (interface)
referral-service.ts:
āāā ReferralService (class)
āāā createReferral (function)
āāā updateReferral (function)
āāā ReferralInput (type)
āāā ReferralOutput (type)
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
Summary:
- Files: 3
- Classes: 3
- Functions: 5
- Types/Interfaces: 5
- Total exports: 13
Group symbols by type for easier scanning: