Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

alexpogor-js-footer

pogoralex2MIT0.1.0

This module allows for a dynamic footer to be generated for JS applications with an updated year and name.

footer

readme

This should be used in the following manner

npm install --save alexpogor-js-footer

Add to a JavaScript project with the following code:

import { footer } from "alexpogor-js-footer";

footer("Some name");