We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add the following command:
Usage: softpack-builder package create [OPTIONS] PACKAGES... Create a package. Arguments: * packages PACKAGES... [default: None] [required] Options: --template [python|r] Package template. [default: None] --cran Get package from CRAN. --pypi Get package from PyPI. --git URL Get package from Git. [default: None] --branch TEXT Git branch. [default: None] --commit TEXT Git commit hash. [default: None] --tag TEXT Git tag. [default: None] --help Show this message and exit.
The text was updated successfully, but these errors were encountered:
✨ Add package creation with dependencies #16
3d8f50f
✨ Add package creation with dependencies #16 (#17)
1352bc1
altaf-ali
No branches or pull requests
add the following command:
The text was updated successfully, but these errors were encountered: