copyleft-footer
v0.0.2
Published
update your copyright footer automatically with javascript
Readme
copyleft-footer
A simple npm package that returns the current year for use in copyright footers.
Installation
npm install copyleft-footerUsage
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.
