Skip to content

@liolocs/powerup-hello-world

All powerups

A powerup useful for testing

v1.1.0MITsingle-use
Terminal window
pup install @liolocs/powerup-hello-world

Variables

No variables required.

Steps

  1. createindex.ts
    Template: src/index.ts
  2. createpackage.json
    Template: src/packageJson.ts

Template files

export default function (variables: Record<string, string>): string {
  return `console.log('Hello World!');`;
}