Skip to content

Commit

Permalink
feat: support extensionless calver
Browse files Browse the repository at this point in the history
  • Loading branch information
acrois committed Mar 31, 2024
1 parent 496d9e2 commit 2b06dd1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/template/calver
Submodule calver updated 3 files
+3 −2 action.yaml
+355 −0 calver
+0 −355 calver.sh
+1 −0 calver.sh
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@

Shell scripts and whatnot.

## Setup
## Docker Usage

Intended for Linux. WSL works fine.
Can be run from anywhere, based on the latest Alpine image.

```sh
git clone --recurse-submodules https://github.com/acrois/scripts ~/scripts
~/scripts/config.sh
docker run --rm ghcr.io/acrois/scripts:latest calver --help
```

[config.sh](./config.sh) adds a call to `source` to the end of your `~/.profile` that points to the [config/.profile](./config/.profile) from `~/scripts/` which sets the `$PATH` environmental variable to include `~/scripts/shell` so that you may clone and call shell scripts.

## Docker
## Setup

Can be run from anywhere, based on the latest Alpine image.
Intended for Linux-based environments. WSL works fine. Windows will probably not work due to symlinks.

```sh
docker run --rm ghcr.io/acrois/scripts calver.sh --help
git clone --recurse-submodules https://github.com/acrois/scripts ~/scripts
~/scripts/config.sh
```

[config.sh](./config.sh) adds a call to `source` to the end of your `~/.profile` that points to the [config/.profile](./config/.profile) from `~/scripts/` which sets the `$PATH` environmental variable to include `~/scripts/shell` so that you may clone and call shell scripts.

## Version Control

Scripts for making managing version control systems easier (read: automatic).
Expand Down
1 change: 1 addition & 0 deletions shell/calver
2 changes: 1 addition & 1 deletion shell/calver.sh

0 comments on commit 2b06dd1

Please sign in to comment.