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

Package detail

devcamp-js-eb-footer

Ericsb527MIT0.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 folowing manner

install with the comand:

npm install --save devcamp-js-eb-footer

Add to a javaScript project with the following code:

import{ footer } form 'devcamp-js-eb-footer';

footer( 'Some Name');