smartcli/ts/smartcli.plugins.ts

15 lines
455 B
TypeScript
Raw Normal View History

2022-08-03 17:00:36 +02:00
// @pushrocks scope
2023-07-12 15:09:53 +02:00
import * as smartlog from '@push.rocks/smartlog';
import * as lik from '@push.rocks/lik';
import * as path from 'path';
2024-05-28 13:42:10 +02:00
import * as smartparam from '@push.rocks/smartobject';
2023-07-12 15:09:53 +02:00
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
2015-11-05 21:43:34 +01:00
2022-08-03 17:00:36 +02:00
export { smartlog, lik, path, smartparam, smartpromise, smartrx };
// thirdparty scope
import yargsParser from 'yargs-parser';
2022-08-03 17:07:11 +02:00
export { yargsParser };