1.0.4 • Published 1 year ago
rastatech-skills v1.0.4
��# skills-npm-package
My name is Andrew Kimwetich, a passionate fullstack developer.
This package was my first time npm publication and i showcase the skills i posses with this npm package
usage
imports
es6
import skills from 'rastatech-skills'
es5
const skills = require('rastatech-skills)
code usage
function App () {
const skills_i_possess = skills();
console.log(skills_i_possess);
/expected output
an array with the skills i possess
/
return <></>
}
Thank you