UNPKG

bumper-cli

Version:

🚀 A magical release management system with beautiful changelogs and automated workflows

7 lines • 192 B
#!/usr/bin/env node interface SetupOptions { force?: boolean; } export declare const setupProject: (options?: SetupOptions) => Promise<void>; export {}; //# sourceMappingURL=setup.d.ts.map