Module: BlogTools

Defined in:
lib/blog-tools/cli.rb,
lib/blog-tools/storage.rb,
lib/blog-tools/version.rb,
lib/blog-tools/commands.rb,
lib/blog-tools/commands/lists.rb,
lib/blog-tools/commands/config.rb,
lib/blog-tools/commands/generate.rb

Overview

BlogTools is the main namespace for the blog-tools CLI application.

It contains submodules for command logic, file storage, and CLI interfaces.

See Also:

Defined Under Namespace

Modules: Commands, Storage Classes: CLI

Constant Summary collapse

VERSION =

Current tool version

'0.2.0'