0.0.5 • Published 5 months ago

cpnow v0.0.5

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

cpnow

npm version npm downloads bundle JSDocs

Copy folders contents and from github into your clipboard ready for LLMs.

npx cpnow ./src # pnpx cpnow

Or with GitHub:

npx cpnow gh:onmax/cpnow

The CLI by default will ignore files that are defined in .gitignore files along with other commonly folders not used for code

Installation in your machine

npm install -g cpnow

If you think cpnow is long, you can always use an aliad in your ~/.bashrc or ~/.zshrc file like alias cpc='npx cpnow'

Flags

-h, --help

Displays help information.

-v, --version

Displays version information.

-i <paths>

Ignores the files/paths passed as arguments.

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

6 months ago