UNPKG

stackpress

Version:

Incept is a content management framework.

6 lines (5 loc) 257 B
import { control } from '@stackpress/lib/Terminal'; import Transformer from '@stackpress/idea-transformer/Transformer'; import Terminal from './Terminal.js'; export type { CLIConfig, CLIPlugin } from './types.js'; export { Terminal, Transformer, control };