Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewn6/quick-repo
A small CLI built with typescript to fetch a random repository from github. :eyes:
https://github.com/andrewn6/quick-repo
cli typescript
Last synced: 6 days ago
JSON representation
A small CLI built with typescript to fetch a random repository from github. :eyes:
- Host: GitHub
- URL: https://github.com/andrewn6/quick-repo
- Owner: andrewn6
- License: mit
- Created: 2020-12-09T12:41:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-17T18:20:04.000Z (about 4 years ago)
- Last Synced: 2024-12-31T07:44:30.149Z (8 days ago)
- Topics: cli, typescript
- Language: TypeScript
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quick-repo
A small CLI built with typescript to fetch a random repository from github. :rocket:## How to run it!
```
git clone https://github.com/andrewnijmeh/quick-repo.git
```
```
cd quick-repo
```
```
npm i
```
```
node index.ts [reponame/url]
```