ece_461_helloworld_dopesoftwareco
v1.0.0
Published
Dummy package to print "Hello World"
Downloads
3
Readme
ece_461_helloWorld_dopeSoftwareCo
This is a dummy npm package made to demonstrate the process of uploading packages to npm.
Installation
You can install this package via npm:
npm install ece_461_helloWorld_dopeSoftwareCo
Usage
Once installed, you can use the functions provided by the package. Here's a basic example of how to use it:
const { helloWorld } = require('ece_461_helloWorld_dopeSoftwareCo');
helloWorld();
Purpose
This package is created purely for demonstration purposes, showing how to:
- Create an npm package.
- Publish it to the npm registry.
- Use it in your own projects.
License
This project is licensed under the MIT License.