28 lines
351 B
Markdown
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
|
|
```
|