From 044697abbabbc7db9b55916ccbade97817b249a7 Mon Sep 17 00:00:00 2001 From: Yashwant Chauhan Date: Fri, 31 Jan 2014 14:48:32 +0100 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed4816c --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +stmp.pl +======= + +A HTML/CSS/JavaScript site generator, written in Perl. + +- stmp.pl will create a directory, containing the index.html, style.css and script.js files. + Usage: stmp.pl [dir name] [css name] [js name] + +- stmp-one.pl will create a directory, containing a index.html file with style and script elements embedded. + Usage: stmp-one.pl [name]