This repository has been archived on 2020-07-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2020-07-25 20:19:53 +08:00
2020-07-25 20:19:53 +08:00
2020-07-25 22:08:29 +08:00

rust-script-index

Rust script index

This is a index for rust-script-base

Index repo format

For example have scripts:

  • sample.crs
  • commit-msg.crs
scripts.txt
/s
  /a
    /m
      /sample.crs
        /v0001-0.1.0
          /sample.crs.json
/c
  /o
    /m
      /commit-msg.crs
        /v0001-1.0.0
          /commit-msg.crs.json

scripts.txt format:

sample.crs
commit-msg.crs

JSON format:

{
    "name": "sample.crs",
    "hash": "sha256-xxXXxxXX",
    "repo": "https://git.hatter.ink/rust-scripts/rust-script-base",
    "gitHash": "xxXXxxXX"
}
Description
Rust script index
Readme 44 KiB