Skip to content

Kanishq10/Wcat-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project read data from file and print in console and can also format the data

Making Node command Global:

For making node command global first type ||#!/usr/bin/env node|| on main file then: write npm init -y on bash, then a package.json file will be made ,then edit this file and add bin as: "bin": { "global name for main script" :"main script file"
} ie. "bin": { "zenbot" :"main.js"
} now type npm link on console and done.

Now it will work everywhere on machine ie- zen is equal to node main.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published