1.0.8 • Published 6 years ago
whoami-khert v1.0.8
Installation
Use the node package manager to install whoami-khert.
npm install whoami-khertIntructions
1.Run this command in your terminal or cmd.
mkdir project2.Then go inside the project directory.
cd project3.Then run npm init command and press enter until ends.
npm init4.Create an index.js file inside project folder and paster code below.
const { run } = require('whoami-khert');
run();5.Install whoami-khert.
npm install whoami-khert6.Paste code below in terminal.
node index.js