This repository has been archived on 2024-09-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
rust-script-tool/README.md

28 lines
351 B
Markdown

# rust-script-tool
Rust script tool
## Requirement
Software
* OS
* Linux
* macOS
* Git
* Cargo \[when install from source\]
## Install
Install from git repo:
```shell
% cargo install --git https://git.hatter.ink/rust-scripts/rust-script-tool.git
```
## Usage
### Create new `.crs` script
```shell
% rust-script-tool new sample.crs
```