feat(tsbundle): add npmextra-driven custom bundles, base64-ts output and interactive init wizard

This commit is contained in:
2026-01-11 19:02:55 +00:00
parent 31f7cb98ea
commit 5c53602842
14 changed files with 1073 additions and 64 deletions

View File

@@ -4,8 +4,10 @@ import * as path from 'path';
export { path };
// pushrocks scope
import * as npmextra from '@push.rocks/npmextra';
import * as smartcli from '@push.rocks/smartcli';
import * as smartfs from '@push.rocks/smartfs';
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';
@@ -13,8 +15,10 @@ import * as smartpromise from '@push.rocks/smartpromise';
import * as smartspawn from '@push.rocks/smartspawn';
export {
npmextra,
smartcli,
smartfs,
smartinteract,
smartlog,
smartlogDestinationLocal,
smartpath,