Metadata-Version: 2.1
Name: bocadillo-cli
Version: 0.1.0
Summary: Standard development tooling for Bocadillo
Home-page: https://github.com/bocadilloproject/bocadillo-cli
Author: Florimond Manca
Author-email: florimond.manca@gmail.com
License: MIT
Description: # Bocadillo CLI
        
        [![pypi](https://img.shields.io/pypi/v/bocadillo-cli.svg)][pypi-url]
        [![travis](https://img.shields.io/travis/bocadilloproject/bocadillo-cli.svg)](https://travis-ci.org/bocadilloproject/bocadillo)
        [![black](https://img.shields.io/badge/code_style-black-000000.svg)](https://github.com/ambv/black)
        [![codecov](https://codecov.io/gh/bocadilloproject/bocadillo-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/bocadilloproject/bocadillo-cli)
        ![license](https://img.shields.io/pypi/l/bocadillo-cli.svg)
        
        [pypi-url]: https://pypi.org/project/bocadillo-cli
        
        Bocadillo CLI provides standard development tooling for [Bocadillo].
        
        [bocadillo]: https://github.com/bocadilloproject/bocadillo
        
        ## Install
        
        ```bash
        pip install bocadillo-cli
        ```
        
        ## Usage
        
        ### Overview
        
        ```
        $ bocadillo --help
        Usage: bocadillo [OPTIONS] COMMAND [ARGS]...
        
        Options:
          -V, --version  Show the version and exit.
          --help         Show this message and exit.
        
        Commands:
          create  Initialize a Bocadillo project.
        ```
        
        ### Create a project
        
        ```
        $ bocadillo create --help
        Usage: bocadillo create [OPTIONS] NAME
        
          Initialize a Bocadillo project.
        
        Options:
          -d, --directory DIRECTORY  Directory where the project should be created.
                                     Created if does not exist. Defaults to `NAME`.
          --dry                      Dry mode: does not write anything.
          --help                     Show this message and exit.
        ```
        
        ## Contributing
        
        Want to contribute code or documentation? Great to hear! Our [Contributing Guidelines](https://github.com/bocadilloproject/bocadillo-cli/blob/master/CONTRIBUTING.md) are here to help.
        
        ## License
        
        MIT
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.6
Description-Content-Type: text/markdown
