Add CLI package
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// Native scope
|
||||
import * as fs from 'node:fs/promises';
|
||||
import * as path from 'node:path';
|
||||
|
||||
export { fs, path };
|
||||
|
||||
// Project scope
|
||||
import * as shxApi from '@smarthome.exchange/api';
|
||||
import * as shxHub from '@smarthome.exchange/hub';
|
||||
import * as shxInterfaces from '@smarthome.exchange/interfaces';
|
||||
import * as shxSdk from '@smarthome.exchange/sdk';
|
||||
|
||||
export { shxApi, shxHub, shxInterfaces, shxSdk };
|
||||
Reference in New Issue
Block a user