Skip to content

biovis-report/conda-package-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conda Builder

package/upload files to anaconda

Jingcheng Yang [yjcyxky@163.com]

Build Status License

How to build the conda package?

  1. Python package on pypi.org
conda-build.sh -m pypi -p click
  1. R package on cran-project.org
conda-build.sh -m cran -p ggplot2
  1. Local package with conda.recipe

    # e.g. You have a package biovis-reportr in ~/Documents/Code/BioVisReport/
    conda-build.sh -m local -p ~/Documents/Code/BioVisReport/biovis-reportr/conda.recipe

How to upload your packages to anaconda.org

bash upload.sh -c <CONDA_PACKAGE_DIRECTORY>

About

An easy builder for building conda package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published