autocreation-dub/README.md

559 B

autocreation-dub

Automatic creation of DUB projects in the specified directory with customized parameters.

demo

Install

  1. Copy the script autocreation-dub.sh to the root directory of your working directory, where the src subdirectory with DUB projects will be created.
  2. run command chmod +x autocreation-dub.sh
  3. run script ./autocreation-dub.sh

Dependence:

  • The D language's official package manager DUB.
  • For the script to work, you need to install jq package.