UNPKG

@curvenote/cli-plugin

Version:
12 lines (11 loc) 431 B
import { articlesDirective } from './directives/articles.js'; import { collectionsDirective } from './directives/collections.js'; import { anyBundle } from './directives/any/bundle.js'; import { zarrViewer } from './directives/any/zarr.js'; const plugin = { name: 'Curvenote Plugin', directives: [articlesDirective, collectionsDirective, anyBundle, zarrViewer], roles: [], transforms: [], }; export default plugin;