0.1.1 • Published 10 months ago
footer_test_repo v0.1.1
Devcamp JS Footer
This should be used in the following manner:
Install with the command:
```bash
npm install --save footer_test_footer
```
Add to a JavaScript Project with the following code:
```javascript
import { footer } from "footer_test_footer";
footer('Some name');
```