joset-devcamp-js-footer

this is my first module that will generate js applications with updated name and year

Usage no npm install needed!

<script type="module">
  import josetDevcampJsFooter from 'https://cdn.skypack.dev/joset-devcamp-js-footer';
</script>

README

DEVCAMP JA FOOTER

This should be used in the following manner

Install with the command:

...

npm install --save devcamp-js-footer

...

Add to a JavaScript Project with the following code:

...javascript

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

footer('Some Name');

....