First we need to install Derw. It's recommended that you use the latest stable version of Node, though most supported versions should work. You need ts-node to run the test runner, so it's recommended to install that too.
npm install -g ts-node derw
Creating a project
Starting a project is as simple as making a directory, then initializing Derw inside it.
derw init
InitializeadirectoryasaDerwproject.--dirstring:nameofadirectorytouseaspackagenamee.gstdlib.Defaultstocurrentdirectory's name -h, --help : This help text
Using templates to get started
Derw comes with some templates to get you started. Right now there is only one template: for creating a web app using Derw's html library.