Compiling and running your code
Compiling
Let's write some Derw code
To get started:
Initialize the current directory via `init`
Or provide entry files via `--files`
Or run me without args inside a package directory
--files [string...]: File names to be compiled
--target ts | js | derw | elm | english: Target TS, JS, Derw, Elm, or English output
--output string: Output directory name
--verify : Run typescript compiler on generated files to ensure valid output
--debug : Show a parsed object tree
--only string: Only show a particular object
--run : Should be run via ts-node/node
--names : Check for missing names out of scope
--watch : Watch the files for changes
--quiet : Keep it short and sweet
-h, --help : This help textBundling
Last updated