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

https://github.com/dongyuwei/ctx

Context is all you need.
https://github.com/dongyuwei/ctx

Last synced: 8 months ago
JSON representation

Context is all you need.

Awesome Lists containing this project

README

          

# ctx
Context is all you need: this repo provides a script which can concat all source code in specific git repo into one file.

## Usage
1. npm install -g repo-context
2. cd your-git-repo-folder
3. `ctx HEAD` concat all latest code
4. `ctx the-git-commit-revision-hash` concat all source code at specific git commit revision.