conda skeleton
CONDA(1) User Commands CONDA(1)
NAME
conda - conda skeleton
DESCRIPTION
usage: conda-skeleton [-h] {cpan,cran,luarocks,pypi} ...
Generates a boilerplate/skeleton recipe, which you can then edit to
create a full recipe. Some simple skeleton recipes may not even need
edits.
OPTIONS
positional arguments:
{cpan,cran,luarocks,pypi}
cpan Create recipe skeleton for packages hosted on the Comprehensive
Perl Archive Network (CPAN) (cpan.org).
cran Create recipe skeleton for packages hosted on the Comprehensive
R Archive Network (CRAN) (cran.r-project.org).
luarocks
Create recipe skeleton for luarocks, hosted at luarocks.org
pypi Create recipe skeleton for packages hosted on the Python Packag-
ing Index (PyPI) (pypi.python.org).
optional arguments:
-h, --help
Show this help message and exit.
Run --help on the subcommands like 'conda skeleton pypi --help' to see
the options available.
Continuum Analytics June 2017 CONDA(1)