1.0.2 • Published 8 months ago
ece_461_adder v1.0.2
ece_461_adder
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_adder
Usage
Once installed, you can use the functions provided by the package. Here's a basic example of how to use it:
const { add } = require('ece_461_adder');
console.log(add(3, 5)); // Outputs: "8"
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.