autocreation-dub/README.md

16 lines
560 B
Markdown

# autocreation-dub
Automatic creation of DUB projects in the specified directory with customized parameters.
![demo](demo.gif)
## 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](https://dub.pm/).
- Lightweight and flexible command-line JSON processor [jq](https://stedolan.github.io/jq/).