Module: Mytotp

Defined in:
lib/mytotp.rb,
lib/mytotp/version.rb,
lib/mytotp/commands.rb,
lib/mytotp/models/service.rb,
lib/mytotp/commands/service.rb,
lib/mytotp/commands/version.rb,
lib/mytotp/commands/generate.rb,
lib/mytotp/commands/services/add.rb,
lib/mytotp/commands/services/remove.rb

Overview

Main module of the app, its contains the global variables and configurations

Author:

  • a-chacon

Defined Under Namespace

Modules: Commands, Models

Constant Summary collapse

APP_NAME =

app name

'Mytotp'.freeze
DB =

db connection

Sequel.connect("sqlite://#{Dir.home}/.mytotp/mytotp.db")
VERSION =

app version

'0.1.4'