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

Package detail

gcgdevcamp-js-footer

GarrettGuymon4ISC0.1.0

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

footer

readme

INSTRUCTIONS (This is a follow along. The orignal code is made by Jordan Hudgens) Install with the command:

npm install --save gcgdevcamp-js-footer

Add to a javascript project with the code below:

import { footer } from 'gcgdevcamp-js-footer';

footer('ExampleName');