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
- Host: GitHub
- URL: https://github.com/jlyonsmith/deno-scripts
- Owner: jlyonsmith
- License: unlicense
- Created: 2021-08-24T15:57:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-04T20:56:27.000Z (almost 5 years ago)
- Last Synced: 2025-12-25T01:12:27.868Z (6 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.