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
- Host: GitHub
- URL: https://github.com/isirmt/sourcesnap
- Owner: isirmt
- License: mit
- Created: 2024-11-06T04:01:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-21T04:53:35.000Z (about 1 year ago)
- Last Synced: 2025-02-25T15:47:57.319Z (10 months ago)
- Topics: githubapi, nextjs15
- Language: TypeScript
- Homepage: https://ssnap.isirmt.com/
- Size: 737 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SourceSnap
Download Files/Folders from GitHub
## How to use
Simply enter any repository or select from the candidates and download the specific path.
The status can be found at the bottom of the page.
## 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).