Skip to content

Latest commit

 

History

History
44 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

44 lines (19 loc) · 1.14 KB

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