cheese-head / go-source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-source

go-source is a tool for "chunk"ing source code. Check it out in action!

Installation

git clone https://github.com/cheese-head/go-source
go build -o go-source

Usage

./go-source --help
NAME:
   go-source - Chunk source code

USAGE:
   go-source [global options] command [command options] 

DESCRIPTION:
   A tool for parsing and chunking source code

COMMANDS:
   chunk    chunk files
   read     read content from chunks
   server   start a http server
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h  show help
./go-source chunk --files "sample.py" --include ".py"
./go-source chunk --files "pkg/*" --include ".go"
./go-source chunk --files "pkg/*" --include ".go" | ./go-source read
./go-source server

About


Languages

Language:Go 100.0%