Creating your first project
Installing Derw
npm install -g ts-node derwCreating a project
derw initInitialize a directory as a Derw project.
--dir string: name of a directory to use as package name e.g stdlib.
Defaults to current directory's name
-h, --help : This help textUsing templates to get started
derw template --template web --path src/Main.derwGenerate a Derw file from a template.
Also installs required packages.
--path string: path of Derw file to create
--template web: Template to use
-h, --help : This help textInstalling editor and CLI utils
Install vscode-language-server
Install Derw syntax
Install auto-formatter
Install Bash completions
Oh my Zsh
Last updated