Skip to content

feat: bundle script for cli usage - #40

Open
BelgianNoise wants to merge 1 commit into
mainfrom
feat/bundle-script-for-cli-usage
Open

feat: bundle script for cli usage#40
BelgianNoise wants to merge 1 commit into
mainfrom
feat/bundle-script-for-cli-usage

Conversation

@BelgianNoise

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds cross-platform bundling scripts to package dl-downer for CLI distribution as a single zip artifact.

Changes:

  • Add bundle.sh to create dl-downer-bundle.zip on POSIX systems via zip.
  • Add bundle.ps1 to create the same bundle on Windows via Compress-Archive.
  • Ignore generated bundle artifacts via .gitignore.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
dl-downer/scripts/bundle.sh New POSIX shell script to zip cli.py + src into a bundle.
dl-downer/scripts/bundle.ps1 New PowerShell script to zip cli.py + src into a bundle.
.gitignore Ignores the generated dl-downer-bundle.zip artifact.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread dl-downer/scripts/bundle.ps1
Comment thread dl-downer/scripts/bundle.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants