Skip to content
/ machete Public

A command-line tool to create projects from templates, to start your python work.

License

Notifications You must be signed in to change notification settings

lovato/machete

Repository files navigation

machete

https://travis-ci.org/lovato/machete.png

A command-line tool to create projects from templates, to start your python work.

To install it

$ sudo pip install machete

Availability

Production module is available from https://pypi.python.org/pypi/machete/, and development branch is also published by Travis-CI to https://testpypi.python.org/pypi/machete/

Both can be downloaded and installed via the pip command.

Usage

First, create your target directory, and cd to it.

Note: This directory must be empty. If you need to re-run machete, please empty the current folder first.

usage: machete [-h] -t <template_name> [--chicken]

machete vX

optional arguments:
  -h, --help            show this help message and exit
  -t <template_name>, --template <template_name>
                        Select one of the available templates. Allowed values
                        are: app, bootstrap or flask.
  --chicken             Chicken mode (optional). Does NOT CHANGE anything.

Contributions

Bug reports, fixes, or features? Feel free to open an issue or pull request any time.

License

Copyright (c) 2014 Marco Lovato Licensed under MIT.

About

A command-line tool to create projects from templates, to start your python work.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages