README
NPM Resume
This module is my first foray into NPM packages. I created a Json object with some information about me, and also added "bin" to package.json with the readresume command.
Publish an NPM module that contains my resume
<script type="module">
import xavierLujanResume from 'https://cdn.skypack.dev/xavier-lujan-resume';
</script>
This module is my first foray into NPM packages. I created a Json object with some information about me, and also added "bin" to package.json with the readresume command.