cpnow

0.0.6 • Public • Published

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.

-t, --token <token>

GitHub API token for authentication. Useful to avoid rate limiting when accessing GitHub repositories. You can also set the GITHUB_TOKEN environment variable.

Readme

Keywords

Package Sidebar

Install

npm i cpnow

Weekly Downloads

2

Version

0.0.6

License

none

Unpacked Size

12.2 kB

Total Files

7

Last publish

Collaborators

  • onmax_