0.0.2 • Published 4 months ago

copyleft-footer v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 months ago

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

  1. Fork the repository
  2. Create a new branch
  3. Make your changes and commit them
  4. Push to your fork
  5. Create a pull request

PS

Yes, this is a joke package.