wv-gotcha
TypeScript icon, indicating that this package has built-in type declarations

0.0.84 • Public • Published

wv-local-service-bus

Purpose

To accumulate your walkthroughs to accomplish your common tasks with less effort.

How to:

Add A Walkthrough

  • @/src/Walkghroughs/ create a file named as WTR_{YourJobName}
  • Copy the following code to the file created
import { IWalkthrough } from "./_Foundation/IWalkthrough";
import { RegisterWalkthrough } from "./_Foundation/_Walkghrough";

@RegisterWalkthrough()
export class WTR\_{YOUR_JOB_NAME} implements IWalkthrough
{
 text = 'Fun >> Wallpapers >> Grap Spotlight wallpapers';

 async execAsync()
 {
  console.warn('toooooooooooooooooot Wallpapers')
 }
}
- import your module in /src/Walkthroughs/index.ts

Publish

Just run the script

npm run push

Package Sidebar

Install

npm i wv-gotcha

Weekly Downloads

377

Version

0.0.84

License

MIT

Unpacked Size

1.18 MB

Total Files

757

Last publish

Collaborators

  • decova