conda skeleton cpanΒΆ


CONDA(1)                         User Commands                        CONDA(1)




NAME

       conda - conda skeleton cpan


DESCRIPTION

       usage:  conda-skeleton  cpan  [-h] [--output-dir OUTPUT_DIR] [--version
       VERSION]

       [--meta-cpan-url META_CPAN_URL] [--recursive]
              [--force] packages [packages ...]

   positional arguments:
       packages
              CPAN packages to create recipe skeletons for.

   optional arguments:
       -h, --help
              Show this help message and exit.

       --output-dir OUTPUT_DIR
              Directory to write recipes to (default: .).

       --version VERSION
              Version to use. Applies to all packages.

       --meta-cpan-url META_CPAN_URL
              URL to use for MetaCPAN API. It must include a version, such  as
              v1

       --recursive
              Create recipes for dependencies if they do not already exist.

       --force
              Force overwrite of existing recipes



Continuum Analytics                June 2017                          CONDA(1)