0.0.2 • Published 4 months ago
copyleft-footer v0.0.2
copyleft-footer
A simple npm package that returns the current year for use in copyright footers.
Installation
npm install copyleft-footer
Usage
const getCurrentYear = require("copyleft-footer");
// Get the current year
const year = getCurrentYear(); // Returns current year as a number (e.g., 2024)
// Example usage in a copyright footer
console.log(`© ${getCurrentYear()} Your Company Name`);
License
MIT
Contributing
- Fork the repository
- Create a new branch
- Make your changes and commit them
- Push to your fork
- Create a pull request
PS
Yes, this is a joke package.