npm-package-toPrintName

What it does

This is the basic project of npm package which will simply print my name in the console without any dependencies.

resources to used to create this project

  • javaScript
  • JSON
  • node.js

NPM

Use these installation steps

Installation

npm i print-name-package

Import

const name = require('print-name-package');

name('Enter Your Name');

And feel free to use this app