1.0.2 • Published 1 year ago
decentci-hw v1.0.2
decentci-hw
A simple ES6 Node.js module that prints "Hello World" to the console.
Installation
You can install this module using npm:
npm install decentci-hw
Usage
To use this module, import the sayHello
function and call it:
import { sayHello } from 'decentci-hw';
sayHello(); // This will print "Hello World" to the console
NOTE: Becsuse this is an ES6 Module you will need the following in your package.json file.
"type": "module",
Example
Here's a complete example of how to use the module:
// Import the function
import { sayHello } from 'decentci-hw';
// Call the function
sayHello(); // Outputs: Hello World
License
This project is licensed under the MIT License. See the LICENSE file for details.
Author
John Haverlack
Contributing
Contributions are welcome! Please open an issue or submit a pull request.