pswui/packages/cli/src/index.ts
p-sw c59c80007a feat(cli): add configuration and path management functionality
This commit introduces configuration and path management functionality in the CLI by adding the helper functions to load and validate configuration. It also provides the logic to retrieve available components from a given registry. Additionally, it exposes these functionalities in public API.
2024-06-06 22:07:19 +09:00

3 lines
60 B
TypeScript

export {run} from '@oclif/core'
export * from './public.js'