init-dex-template
Version:
DEX CLI tool to scaffold a new template from the Template Master repo.
30 lines (20 loc) • 497 B
Markdown
# init-dex-template
DEX CLI tool to scaffold a new template from the Template Master repo.
## Usage
> ### IMPORTANT!
>
> You **must** have an up-to-date [Bitbucket App Password](https://bitbucket.org/account/settings/app-passwords/), since the cloning is done via HTTPS (not SSL)
>
Run:
```bash
npx init-dex-template
```
Or install globally:
```bash
npm install -g init-dex-template
```
then just...
```bash
init-dex-template
```
... you'll be prompted a few questions and you're done!!!