Skip to content

Instantly share code, notes, and snippets.

View SyedAsimAliSE's full-sized avatar
VALOUR

Syed Asim Ali SyedAsimAliSE

VALOUR
  • aappsventure
View GitHub Profile

A cheat sheet for Angular and NX CLI.

Angualar CLI

# Quick start
npm install -g @angular/cli
@SyedAsimAliSE
SyedAsimAliSE / pm2-cheat-sheet.md
Last active October 31, 2024 18:29
PM2 Cheat Sheet

This is a cheat sheet for PM2 CLI References. It will help reduce your cognitive load.

# Installation ########################################
npm install -g pm2  
pm2 -v
pm2 -h
--log_gc (Log heap samples on garbage collection for the hp2ps tool.)
type: bool default: false
--expose_gc (expose gc extension)
type: bool default: false
--max_new_space_size (max size of the new generation (in kBytes))
type: int default: 0
--max_old_space_size (max size of the old generation (in Mbytes))
type: int default: 0
--max_executable_size (max size of executable memory (in Mbytes))
type: int default: 0
@SyedAsimAliSE
SyedAsimAliSE / .xml
Created August 10, 2021 06:46
Tycho POM Configs
<repositories>
<repository>
<!-- Alter the URL according to your p2 Layout -->
<id>eclipse-repo</id>
<layout>p2</layout>
<url>https://download.eclipse.org/eclipse/updates/4.20/</url>
</repository>
</repositories>
<build>
plugins=(
  git
  kubectl
  adb
  ansible
  alias-finder
  aws
  cp
 docker
@SyedAsimAliSE
SyedAsimAliSE / sampleREADME.md
Created November 11, 2018 22:42 — forked from FrancesCoronel/sampleREADME.md
A sample README for all your GitHub projects.

FVCproductions

INSERT GRAPHIC HERE (include hyperlink in image)

Repository Title Goes Here

Subtitle or Short Description Goes Here