A command-line tool to create projects from templates, to start your python work.
$ sudo pip install machete
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.
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.
Bug reports, fixes, or features? Feel free to open an issue or pull request any time.
Copyright (c) 2014 Marco Lovato Licensed under MIT.