javascript_projects
v0.1.0
Published
This module allows for a dynamic footer to be generated
Readme
Devcamp JS Footer
This should be used in the following manner Install with command:
npm install --save dlm-devcamp-js-footerAdd to a JS Project with the following code:
import { footer } from "dlm-devcamp-js-footer";
footer("Some Name");