README
Npm Resume
This is my updated resume. really rough draft. needs updates.
For this exercise we're going to create our own npm package that will print out your resume. the cool thing about this is that anyone can install your code and print out a resume from their console!
<script type="module">
import pmoralesrResume from 'https://cdn.skypack.dev/pmoralesr-resume';
</script>
This is my updated resume. really rough draft. needs updates.