UNPKG

wv-gotcha

Version:

![](https://raw.githubusercontent.com/wV-software/icons/main/Wv/Product%20Icon/wv_128x128.png) wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.

138 lines 4.55 kB
import { IWalkthrough } from "./_Foundation/IWalkthrough"; export declare class WTR_DenoPublish implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Git_EditGlobalConfiguration implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Git_ListBranches implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_GenericGen implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Dev_Generatate_AnyDotNetProject_GitIgnore implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_CircuitsTasks implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Dev_AnyNodeJSProject_CollectPackagesCodeSnippets implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Dev_AnyNodeProject_ListDirectDependencies implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Dev_DevelopWvGotcha implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Dev_Generatate_AnyNodeJSProject_GitIgnore implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Dev_Generatate_AnyNodeJSProject_tsConfigJson implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Dev_NewDotNetSolution_GenCleanCodeService implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Dev_Generatate_NewNodeJSProject_GlobalTool implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Dev_ViewCurrentlyFocusedProjects implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Dev_vscode_empower_Settings implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Dev_vscode_empower_WvCodeSnippets implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Fun_GrapWallpapers implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Notes_NewMinMap implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Ops_AnyNodeJSProject_IncrementPatch implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Ops_AnyNodePackageJSProject_Publish implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Ops_Docker_Container_ListRunning implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Ops_Docker_Image_ExportToTar implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Ops_FindProcessWhosePort implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Ops_ListGlobalyInstalledPackages implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_Ops_PackVsCodeExtension implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_AmmendAllWorktreeChanges implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_AmmendAll implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_UpdateRemoteOrigin implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_CreateCustomSnippet implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_GitUntrackFileOrFolder implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_GitOpenRemoteRepoInDefaultBrowser implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_GitAmendToPreviousCommit implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_GitHardResetToOrigin implements IWalkthrough { text: string; execAsync(): Promise<void>; } export declare class WTR_GitCreateDeltaBranch implements IWalkthrough { text: string; execAsync(): Promise<void>; } //# sourceMappingURL=Walkthroughs.d.ts.map