Skip to content

Instantly share code, notes, and snippets.

View agnelnieves's full-sized avatar
🏅
New Goals

Agnel Nieves agnelnieves

🏅
New Goals
View GitHub Profile
@agnelnieves
agnelnieves / Yarn-npm-cheatSheet.md
Created May 14, 2019 03:46
Simple cheatsheet of equivalent NPM & Yarn CLI commands

CLI Commands Cheatsheet NPM to Yarn

Simple cheatsheet of equivalent NPM & Yarn CLI commands

NPM Yarn
npm install yarn install
npm install --no-package-lock yarn install --no-lockfile
npm install [package] --save yarn add [package]
npm install [package] --save-dev yarn add [package] --dev
@agnelnieves
agnelnieves / commit-styleguide.md
Last active April 20, 2024 08:01
Commit Styleguide

Commit Style Guide

Introduction

This styleguide was created for personal reference, feel free to fork this gist and use it on your own projects. The purpose of this styleguide is to provide more readable and consistent git commits in your projects.

Commit Messages

Message Structure

@agnelnieves
agnelnieves / docker-help.md
Created January 18, 2019 15:53 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info