dwid-web-design
v0.0.1
Published
A project for command line scaffolding of Jeremy Thomas's Web Design in 4 Minutes.
Downloads
2
Maintainers
Readme
Dwid Web Design
A tutorial project for command line scaffolding of Jeremy Thomas's Web Design in 4 minutes in a step by step process.
This tool will create the Web Design in 4 minutes project in a directory of your choice on your computer.
Installation
In short:
npm install -g dwid-web-design
For beginners:
Dwid is run on the command line and is installed through NPM. You'll need to have Node.js on your computer, which can be downloaded here: Node.js
Then you can open the terminal (on Mac) or command prompt (on Windows) to run the NPM command above.
Usage
Create a folder on your machine that you want Dwid to use, you could call it "Dwid". Open your terminal or command prompt on this folder and run the following command:
dwid-web-design
From here, just follow the commands and Dwid will take you through the tutorial!
What is Dwid?
DWID stands for "Do What I Do". It is a starter CLI tool project for scaffolding Hello World projects in a step by step process. It can be found here: https://github.com/richjava/dwid.
Attributions
Dwid was built on top of the Commander Starter project.
Licence
This project is licensed under the terms of the MIT license.