@easyasstudio/hello-world
v1.0.1
Published
A simple npm package that prints Hello, World!
Maintainers
Readme
@easyasstudio/hello-world
A simple npm package that prints Hello, World!
Install
npm install @easyasstudio/hello-worldUsage
As a module
const sayHello = require('@easyasstudio/hello-world');
sayHello(); // Hello, World!
sayHello('Alice'); // Hello, Alice!As a CLI
npx @easyasstudio/hello-world
# Hello, World!
npx @easyasstudio/hello-world Alice
# Hello, Alice!License
MIT
