1
mirror of https://github.com/jakejarvis/jakejarvis.git synced 2025-12-01 08:53:51 -05:00

minify before publishing package

This commit is contained in:
2021-08-07 20:33:07 -04:00
parent 0cb51ccfb7
commit 24d7610592
3 changed files with 10 additions and 312 deletions

View File

@@ -2,7 +2,6 @@
'use strict';
const meow = require('meow');
const React = require('react');
const {render, Box, Text} = require('ink');
const BigText = require('ink-big-text');
@@ -10,11 +9,6 @@ const Gradient = require('ink-gradient');
const SelectInput = require('ink-select-input').default;
const open = require('open');
meow(`
Usage
$ npx @jakejarvis/cli
`);
const handleSelect = item => {
if (item.url) {
open(item.url);