mirror of
https://github.com/morten-olsen/mini-loader.git
synced 2026-02-08 01:36:26 +01:00
init
This commit is contained in:
7
packages/cli/src/commands/artifacts/artifacts.ts
Normal file
7
packages/cli/src/commands/artifacts/artifacts.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Command } from 'commander';
|
||||
import { list } from './artifacts.list.js';
|
||||
|
||||
const artifacts = new Command('artifacts');
|
||||
artifacts.addCommand(list);
|
||||
|
||||
export { artifacts };
|
||||
Reference in New Issue
Block a user