https://github.com/heaths/gitremind-rs
https://github.com/heaths/gitremind-rs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/heaths/gitremind-rs
- Owner: heaths
- License: mit
- Created: 2022-11-09T07:31:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T08:18:54.000Z (over 3 years ago)
- Last Synced: 2025-06-12T01:03:52.080Z (12 months ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Template
To create a new repository from this template repository for Rust projects,
using the [GitHub CLI](https://github.com/cli/cli) run:
```bash
gh repo create --template heaths/template-rustlang --public --clone
```
This will create a new repo with the given `` in GitHub, copy the
`heaths/template-rustlang` files into that repo, and clone it into a
subdirectory of the current directory named ``.