Skip to content

Commit

Permalink
Added update notifier for giving clue to user update package
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemkosk committed Jan 23, 2024
1 parent 5da4e6c commit 80a50c8
Show file tree
Hide file tree
Showing 4 changed files with 943 additions and 15 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions bin/index.ts
Expand Up @@ -9,6 +9,9 @@ import CommandFactory from '../lib/command/commandFactory'
import type Command from '../lib/command/command'
import CommandInvoker from '../lib/command/commandInvoker'
import { CommandTypes } from '../lib/const'
import updateNotifier from 'update-notifier'

updateNotifier({ pkg: packages }).notify()

const program = new CommanderCommand()
inquirer.registerPrompt('autocomplete', inquirerPrompt)
Expand Down

0 comments on commit 80a50c8

Please sign in to comment.