Go to file
Alexander Zhirov cb368317aa edited README.md 2021-11-09 19:22:00 +03:00
LICENSE autocreation-dub version 0.1.0 2021-11-09 04:05:07 +03:00
README.md edited README.md 2021-11-09 19:22:00 +03:00
autocreation-dub.sh autocreation-dub version 0.1.0 2021-11-09 04:05:07 +03:00
demo.gif autocreation-dub version 0.1.0 2021-11-09 04:05:07 +03:00

README.md

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.