Skip to content

Instantly share code, notes, and snippets.

View cristiano-belloni's full-sized avatar

Cristiano Belloni cristiano-belloni

View GitHub Profile
@cristiano-belloni
cristiano-belloni / machine.js
Last active March 20, 2021 03:39
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@cristiano-belloni
cristiano-belloni / README.md
Created May 25, 2024 20:55
Interlink multirepos

Interlink

Link multirepos like npm link but without installing them globally. Reset them after you've done.

Usage

Link

Specify local packages multiple directories and / or globbing patterns. All the packages will be linked to each other by symlinking the respective entries in each package's node_modules (if present):