feat(cli): Add CLI support with command parsing and version display

This commit is contained in:
2025-03-01 19:19:28 +00:00
parent 761f9ca1b6
commit c4a082031e
7 changed files with 56 additions and 2 deletions

View File

@@ -8,10 +8,12 @@ export {
}
// @push.rocks scope
import * as projectinfo from '@push.rocks/projectinfo';
import * as smartpath from '@push.rocks/smartpath';
import * as smartcli from '@push.rocks/smartcli';
export {
projectinfo,
smartpath,
smartcli,
}