#!/usr/bin/perl

use strict;
use warnings;
use Getopt::Attribute;
use Module::Cloud;

our @dir : Getopt(dir=s);

print Module::Cloud->new(dir => @dir)->get_cloud->html_and_css;
