quick-publish
Version:
Shipped a standard `npm publish` workflow with one click.
14 lines • 403 B
TypeScript
/**
* Internal inline commands
*/
export declare const COMMANDS: {
bumpVersion: (version: string) => string;
npmPublish: (tag: string) => string;
gitAdd: (file: string) => string;
gitCommit: (message: string) => string;
gitPush: () => string;
gitPushTag: (tag: string) => string;
changelog: () => string;
depcost: () => string;
};
//# sourceMappingURL=commands.d.ts.map