UNPKG

glados-said

Version:

CLI that enables quotes randomly generated quotes by GlaDOS from the video game Portal & Portal 2

6 lines (4 loc) 137 B
#! /usr/bin/env node import { Glados } from "../utils/GetQuote.js"; // Return the quote to the console. console.log(Glados.GetQuote());