Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 282 Bytes

README.MD

File metadata and controls

17 lines (11 loc) · 282 Bytes

Devcamp JS Footer

This should be used in the following manner

Install with the command:

npm install --save re-devcamp-js-footer

Add to a JavaScript Project with the following code:

import { footer } from 'rb-devcamp-footer';

footer('Some Name');