diplo 1.0.0

Diplo is a script runner and dependency manager made in rust
Documentation
<h1 align="center">
  <br>
  <a href="http://diplo.ascella.wtf/"><img src="assets/diplo.png" alt="Markdownify" width="200"></a>
  <br>
  Diplo
  <br>
</h1>

<h4 align="center">A fast dependency manager and script runner for <a href="https://deno.land/" target="_blank">Deno</a>.</h4>

---

<p align="center">
<a href="https://github.com/tricked-dev/diplo/issues"><img src="https://img.shields.io/github/issues/tricked-dev/diplo" alt="GitHub issues"></a><a href="https://github.com/Tricked-dev/diplo/blob/main/LICENSE"><img src="https://img.shields.io/github/license/Tricked-dev/diplo" alt="GitHub license"></a><a href="https://crates.io/crates/diplo/"><img src="https://img.shields.io/crates/d/diplo?label=crate%20downloads" alt="Crates.io"></a><a href="https://github.com/Tricked-dev/diplo/releases/tag/v0.3.1"><img src="https://img.shields.io/github/downloads/tricked-dev/diplo/total?label=github%20downloads" alt="GitHub all releases"></a><a href="https://discord.gg/mY8zTARu4g"><img src="https://img.shields.io/discord/748956745409232945?logo=discord&" alt="Discord"></a>

</p>
<p align="center">
    <a href="https://diplo.ascella.wtf/docs/getting-started/installing/">Installing</a> •
    <a href="https://diplo.ascella.wtf/docs/getting-started/quick-start/">Usage</a> •
    <a href="https://diplo.ascella.wtf/docs/getting-started/features/">Features</a> 
</p>

## Key Features

- Script running
  - Diplo has simple and easy to use script running capabilities
- Dependency management
  - Diplo manages dependencies by defining them in the diplo.toml file
- Dependency updating diplo can update all your dependencies using `diplo update`
- import maps Diplo creates import maps from your dependencies

### Screenshots

### Diplo running with watch option on

![](assets/run_start_watch.png)

### Diplo running without watch option

![](assets/run_start.png)

### Updating modules

![](assets/update.png)

### Adding modules

![](assets/add.png)

## Donating

<img src="https://tricked.pro/crypto/monero-xmr-logo.png" alt="" height="15px">`89prBkdG58KU15jv5LTbP3MgdJ2ikrcyu1vmdTKTGEVdhKRvbxgRN671jfFn3Uivk4Er1JXsc1xFZFbmFCGzVZNLPQeEwZc`

<img src="https://tricked.pro/crypto/ethereum-eth-logo.png" alt="" height="15px">`0xc31a1A5dCd1a4704e81fB7c9C3fa858b9A00C7fb`

<img src="https://tricked.pro/crypto/bitcoin-cash-bch-logo.png" alt="" height="15px">`qz9gyruyyvtwcmevtcnyru8gudenqjqeug096e459m`

## License

Apache-2

---