Command
npm repo <package>Explanation
Opens the repository webpage for the specified package in your default browser.
Examples
Open Lodash GitHub repo
npm repo lodashMore
Initialize Repository
git
Create an empty Git repository in a directory to start version controlling your project
Check Repository Status
git
Display the current state of your working directory and staging area, showing which files are modified, staged, or untracked
Manage Tags
git
Create, list, and manage tags for marking specific commits in your repository