@weaponsforge/henlo

1.0.2 • Public • Published

@weaponsforge/henlo

Requirements

  1. NodeJS LTS (preferrably >= v10)
  2. Node project

Installation

  1. Go to a Node project root directory. Install with:
    npm i @weaponsforge/henlo

Usage

  • Run from the command terminal
    npx henlo --name=world

  • Run as script within a Node project

    • Create a script in the Node project's package.json file.
      "scripts": {
        "hey": "npx henlo --name=world"
      },
    • Run the NPM script
      npm run hey

@weaponsforge
20250428

Readme

Keywords

Package Sidebar

Install

npm i @weaponsforge/henlo

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

3.35 kB

Total Files

5

Last publish

Collaborators

  • weaponsforge