Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sogaiu/git-some-janets
Tool to retrieve Janet sample code
https://github.com/sogaiu/git-some-janets
git janet retrieval samples
Last synced: 6 days ago
JSON representation
Tool to retrieve Janet sample code
- Host: GitHub
- URL: https://github.com/sogaiu/git-some-janets
- Owner: sogaiu
- Created: 2024-06-28T04:41:53.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-17T02:50:45.000Z (17 days ago)
- Last Synced: 2024-12-17T03:46:55.402Z (17 days ago)
- Topics: git, janet, retrieval, samples
- Language: Janet
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-some-janets
Retrieve some Janet sample code.
"All your Janets are belong to us."
## Installation
First clone this repository and cd to the resulting directory:
```
git clone https://github.com/sogaiu/git-some-janets
cd git-some-janets
```Next, choose from one of the following methods:
### jpm
`jpm install`
### bundle
`janet install`
### manual
Copy the `git-some-janets.janet` file somewhere on your `PATH` and
make sure it has appropriate executable permissions. Some might
prefer to remove the `.janet` file extension.## Usage
Fetch 3 repositories:
```
git-some-janets 3
```Fetch remaining repositories:
```
git-some-janets -1
```## Explanation
The `git-some-janets` script will use `git` to clone repositories from
a pre-specified list. The resulting directories will live under a
directory named `repos`.