Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

(UNMAINTAINED) 🛠 Standard development tooling for Bocadillo

License

Notifications You must be signed in to change notification settings

bocadilloproject/bocadillo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bocadillo CLI (UNMAINTAINED)

pypi travis black codecov license

Bocadillo CLI provides standard development tooling for Bocadillo.

Install

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.

  Hint: use `-d .` to generate files in the current directory.

Options:
  -d, --directory DIRECTORY  Directory where the project should be created.
                             Created if does not exist. Defaults to `NAME`.
  --dry                      Do not write anything to disk.
  --no-input                 Send default answers to prompts.
  --help                     Show this message and exit.

Contributing

Want to contribute code or documentation? Great to hear! Our Contributing Guidelines are here to help.

License

MIT