Giblog::Command::new - Empty website creating command
Giblog::Command::new is a command to create empty website.
You can also create your website creating command inheriting Giblog::Command::new like Giblog::Command::new_blog or Giblog::Command::new_website.
Giblog::Command::new inherits all methods from Giblog::Command and implements the following new ones.
$command->run($website_name);
Create website with website name.
All contents is copied from proto directory.
proto
proto directory path is "/path/Giblog/Command/new/proto", if module loaded path is "/path/Giblog/Command/new.pm".
To install Giblog, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Giblog
CPAN shell
perl -MCPAN -e shell install Giblog
For more information on module installation, please visit the detailed CPAN module installation guide.