Skip to content
New issue

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 package creation with dependencies from CRAN, PyPI and Git repos #16

Open
altaf-ali opened this issue Jul 10, 2023 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@altaf-ali
Copy link
Contributor

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.           

@altaf-ali altaf-ali added the enhancement New feature or request label Jul 10, 2023
@altaf-ali altaf-ali self-assigned this Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant