Installing packages
derw installderw install --name derw-lang/stdlib --version mainTo install a new package run `derw install --name {package name} --version {version}`
Or run me without args inside a package directory to install all packages in derw-package.json
--name string: name of the package e.g derw-lang/stdlib
--version string: name of the package e.g main or master
--quiet : Keep it short and sweet
-h, --help : This help textLast updated