autocreation-dub/README.md

560 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.
  • Lightweight and flexible command-line JSON processor jq.