Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View dan-valinotti's full-sized avatar

Dan Valinotti dan-valinotti

  • Colgate-Palmolive
View GitHub Profile

Keybase proof

I hereby claim:

  • I am dan-valinotti on github.
  • I am danvalinotti (https://keybase.io/danvalinotti) on keybase.
  • I have a public key ASATZyPS5g8uaUbh8IzMBXba-BoRFRnmvvPUztlOwy5XqAo

To claim this, I am signing this object:

@dan-valinotti
dan-valinotti / index.ts
Created March 11, 2020 18:12
Index file for Oclif CLI tutorial
import {Command, flags} from '@oclif/command'
import * as inquirer from 'inquirer';
import * as fs from 'fs';
import cli from 'cli-ux';
import { createCipheriv, randomBytes, scryptSync } from 'crypto';
class Crypto extends Command {
static description = 'describe the command here'
static flags = {