feat(core): Add runCli function to execute TsPublish process
This commit is contained in:
10
ts/index.ts
10
ts/index.ts
@@ -1 +1,9 @@
|
||||
export * from './classes.tspublish.js'
|
||||
import * as paths from './paths.js';
|
||||
import { TsPublish } from './classes.tspublish.js';
|
||||
|
||||
export * from './classes.tspublish.js'
|
||||
|
||||
export const runCli = async () => {
|
||||
const tspublish = new TsPublish();
|
||||
await tspublish.publish(paths.cwd);
|
||||
}
|
||||
|
Reference in New Issue
Block a user