autocreation-dub/README.md

16 lines
560 B
Markdown
Raw Permalink Normal View History

2021-11-09 01:05:07 +00:00
# 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/).
2021-11-09 16:22:00 +00:00
- Lightweight and flexible command-line JSON processor [jq](https://stedolan.github.io/jq/).