Skip to content

Commit

Permalink
docs: add reamde
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed May 8, 2021
1 parent 91e668c commit e695b06
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# dzx

Deno shell tools.

## Example

```typescript
#!/usr/bin/env deno run https://deno.land/x/dzx/dzx.ts
/// <reference path="https://deno.land/x/dzx/types.d.ts" />

await $`Hello ${$.blue.bold("world")}!`;
```

0 comments on commit e695b06

Please sign in to comment.