https://github.com/danbugs/dansay-rs
This is a test application for CI/CD.
https://github.com/danbugs/dansay-rs
ci-cd rust test
Last synced: about 1 year ago
JSON representation
This is a test application for CI/CD.
- Host: GitHub
- URL: https://github.com/danbugs/dansay-rs
- Owner: danbugs
- Created: 2022-10-04T22:36:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T17:45:57.000Z (over 3 years ago)
- Last Synced: 2025-03-12T03:33:41.394Z (over 1 year ago)
- Topics: ci-cd, rust, test
- Language: Makefile
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dansay-RS
This is a test application for CI/CD.
These are the supported targets:
- unix (mac-os and linux), and
- windows.
## How to install on MacOS and Linux?
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/danbugs/dansay-rs/main/install.sh)"
```
## How to install on Windows?
```
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/danbugs/dansay-rs/main/install.ps1'))
```
## How to use?
If you enter:
```
dansay-rs hello
```
... You get:
```
hello
```