An open API service indexing awesome lists of open source software.

https://github.com/jlyonsmith/deno-scripts

A collection of Deno scripts for builds and system administration
https://github.com/jlyonsmith/deno-scripts

Last synced: about 1 month ago
JSON representation

A collection of Deno scripts for builds and system administration

Awesome Lists containing this project

README

          

# Deno Scripts

JavaScript/TypeScript is an awesome scripting language, certainly better than Bash, Zsh, etc.. Most everyone knows some JavaScript.

[Deno](https://deno.land/) is a an awesome TypeScript engine. Because it only requires a single binary to install, it's super easy to bootstrap on a new system. It's fully cross platform and installations are localized to the user that installed them, so no global installation woes like with NodeJS. And it's secure by default so you have some control over what scripts can do.

## The Scripts (So Far)

| Name | Purpose |
| --------------- | ----------------------------------------------------------------------------- |
| rust-release.ts | A script for doing releases of Rust tools to [crates.io](https://crates.io/). |

## License

All scripts in this repository use the [Unlicensed](https://unlicense.org/) license.