An open API service indexing awesome lists of open source software.

https://github.com/isirmt/sourcesnap

Download Files/Folders from GitHub
https://github.com/isirmt/sourcesnap

githubapi nextjs15

Last synced: 5 months ago
JSON representation

Download Files/Folders from GitHub

Awesome Lists containing this project

README

          

# SourceSnap


icon



Download Files/Folders from GitHub








## How to use

Simply enter any repository or select from the candidates and download the specific path.


icon

The status can be found at the bottom of the page.


icon

## Development

To install the module, run the following in the root directory.

```bash
pnpm i
```

To run the development environment,

```bash
pnpm dev
```

To build the local environment,

```bash
pnpm build
```

To run lint,

```bash
pnpm check
# or
pnpm lint
pnpm lint:fix
pnpm fmt
```

## License

The source code is licensed MIT, see [LICENSE](/LICENSE).