@weaponsforge/henlo
v1.0.2
Published
Testing publishing an executable Node file
Readme
@weaponsforge/henlo
Requirements
- NodeJS LTS (preferrably >= v10)
- Node project
Installation
- Go to a Node project root directory. Install with:
npm i @weaponsforge/henlo
Usage
Run from the command terminal
npx henlo --name=worldRun as script within a Node project
- Create a script in the Node project's
package.jsonfile."scripts": { "hey": "npx henlo --name=world" }, - Run the NPM script
npm run hey
- Create a script in the Node project's
@weaponsforge 20250428
