Skip to content

Instantly share code, notes, and snippets.

View tylerjusfly's full-sized avatar
🎯
Learning

Momoh Taiwo tylerjusfly

🎯
Learning
View GitHub Profile
@tylerjusfly
tylerjusfly / nvmCommands.js
Created February 19, 2024 19:57 — forked from chranderson/nvmCommands.js
Useful NVM commands
// check version
node -v || node --version
// list locally installed versions of node
nvm ls
// list remove available versions of node
nvm ls-remote
// install specific version of node
@tylerjusfly
tylerjusfly / README.md
Created December 30, 2022 22:13 — forked from akashnimare/README.md
A Beginners Guide to writing a Kickass README ✍

Project title

A little info about your project and/ or overview that explains what the project is about.

Motivation

A short description of the motivation behind the creation and maintenance of the project. This should explain why the project exists.

Build status

Build status of continus integration i.e. travis, appveyor etc. Ex. -

Build Status