dwttool ~master
A tool to manage websites based on Dynamic Web Templates
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
dwttool - A tool to manage websites based on Dynamic Web Templates
About
A couple of years ago I created several websites with Microsoft's tool Expression Web. I loved Expression Web because it had a decent HTML/CSS editor and a cool feature called DWT - Dynamic Web Templates (similar to those in Adobe's Dreamweaver). Unfortunately Expression Web only runs on Windows. dwttool is a command line tool that tries to fill this gap. With dwttool you can create new projects based on DWT and manage existing ones on Linux. dwttool is written in the D programming language.
Download
The latest binaries are available on https://github.com/kambrium/dwttool/releases.
Installation
Add the directory that contains the dwttool binary to your PATH. For example, on Ubuntu, add the following line to your .bashrc
.
export PATH=$PATH:/this/is/your/dwttool/path/
Getting started
// Create new project
$ dwttool create project my_cool_website
$ cd my_cool_website
// Edit template
$ vim master.dwt
// Create new HTML file from template
$ dwttool create page index.html master.dwt
// Run server
$ dwttool serve
License
MIT
- Registered by kambrium
- ~master released a year ago
- kambrium/dwttool
- MIT
- Copyright © 2017, Martin Muehlbauer
- Authors:
- Dependencies:
- handy-httpd
- Versions:
-
0.2.0 2017-Jun-04 0.1.0 2017-May-26 ~master 2023-Mar-19 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
21 downloads total
-
- Score:
- 0.6
- Short URL:
- dwttool.dub.pm