UNPKG

@git.zone/tsdoc

Version:

A comprehensive TypeScript documentation tool that leverages AI to generate and enhance project documentation, including dynamic README creation, API docs via TypeDoc, and smart commit message generation.

57 lines (47 loc) 1.6 kB
// node native import * as path from 'path'; export { path }; // pushrocks scope import * as npmextra from '@push.rocks/npmextra'; import * as qenv from '@push.rocks/qenv'; import * as smartagent from '@push.rocks/smartagent'; import * as smartai from '@push.rocks/smartai'; import * as smartcli from '@push.rocks/smartcli'; import * as smartdelay from '@push.rocks/smartdelay'; import * as smartfile from '@push.rocks/smartfile'; import * as smartfs from '@push.rocks/smartfs'; import * as smartgit from '@push.rocks/smartgit'; import * as smartinteract from '@push.rocks/smartinteract'; import * as smartlog from '@push.rocks/smartlog'; import * as smartlogDestinationLocal from '@push.rocks/smartlog-destination-local'; import * as smartpath from '@push.rocks/smartpath'; import * as smartshell from '@push.rocks/smartshell'; import * as smarttime from '@push.rocks/smarttime'; export { npmextra, qenv, smartagent, smartai, smartcli, smartdelay, smartfile, smartfs, smartgit, smartinteract, smartlog, smartlogDestinationLocal, smartpath, smartshell, smarttime, }; // Create a shared SmartFs instance for filesystem operations const smartFsNodeProvider = new smartfs.SmartFsProviderNode(); export const fsInstance = new smartfs.SmartFs(smartFsNodeProvider); // Create a shared SmartFileFactory for in-memory file operations export const smartfileFactory = smartfile.SmartFileFactory.nodeFs(); // @git.zone scope import * as tspublish from '@git.zone/tspublish'; export { tspublish }; // third party scope import * as typedoc from 'typedoc'; export { typedoc };