devcamp-footer-js-daroch
v0.1.1
Published
This module allows for a dynamic footer with name and year for JS applications
Readme
Devcamp JS Footer - Daroch
This should be used in the following manner
Install with the command:
npm install --save devcamp-footer-js-darochAdd to a JavaScript Project with the following code:
import { footer } from 'devcamp-footer-js-daroch';
footer('Some Name');