thenickperson/tracking

View on GitHub
lib/tracking.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Require all of tracking's stuff
require 'tracking/config'
require 'tracking/task'
require 'tracking/list'
require 'tracking/cli'

# Tracking is the main namespace that all of the other modules and classes are a
# part of
module Tracking
end