opnsrc
v0.0.2
Published
A simple CLI tool to clone GitHub repositories into the current directory.
Readme
opnsrc
A simple CLI tool to clone GitHub repositories into the current directory.
Usage
npx opnsrc <repo-url-or-user/repo>Examples
Clone using full GitHub URL:
npx opnsrc https://github.com/ahmadawais/terminuiClone using user/repo shorthand:
npx opnsrc ahmadawais/terminuiFeatures
- Accepts both full GitHub URLs and
user/repoformat - Clones repositories into the opnsrc directory
- Prevents overwriting existing directories
- Shows progress during cloning
- Clear error messages for invalid input
Requirements
- Node.js
- Git
License
Apache-2.0 by Ahmad Awais built with Command Code.
