KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
c
★ 31
Open GitHub ↗
clone a github repo folder:octocat:
Download README (.md)
Explore Similar Repositories
phpstorm-settings
:
PHPStorm - Facebook style theme, Live templates etc
rates
:
:currency_exchange: Get current exchange rates directly from your terminal!
npm-install-package
:
Install an npm package
vscode-markdown-table-formatter
:
A (not so) simple Visual Studio Code markdown plugin to format tables and some other features.
Ensage.Common
:
Common library for EnsageSharp
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
c
?
Download (.md)
# c [](https://www.npmjs.com/package/c-clone) <hr/> clone a github repo folder but change it to svn . ## Install ```$ npm install -g c-clone``` ## Info [Info] <br/> c: clone a github repo folder <br/> version: 1.0.0 <br/> ## Usage [Usage] <br/> c install [github_folder_url] <br/> c install [github_folder_url] [rename] <br/> for example: if you want to get flask examples, but don't like clone the whole flask repo, you can run: <br/> ```c install https://github.com/pallets/flask/tree/master/examples``` <br/> or clearer <br/> ```c install https://github.com/pallets/flask/tree/master/examples flask_examples``` <br/> ## Note if you first use c install, you may meet this: R)eject, accept (t)emporarily or accept (p)ermanently? just type P :) ## License MIT@neo1218<br/> check [LICENSE](https://github.com/neo1218/c/blob/master/LICENSE) for more detail