Starter -- Create the skeleton for new projects.


License
BSD-3-Clause
Install
pip install Starter==0.1.0

Documentation

Starter

Starter -- Create the skeleton for new projects.

Build Status Coverals Version Downloads Donate

Docs are available at https://starter.readthedocs.org/. Pull requests with documentation enhancements and/or fixes are awesome and most welcome.

Requirements

  • python >= (2.6, 2.7, 3.3)

Installation

Starter should be installed using pip:

pip install starter

Usage

$ starter --help
usage: starter [-h] [-s SOURCE] [-l {debug,info,warn,error,critical}]
            [-c CONFIG] [-x [CONTEXT [CONTEXT ...]]] [-v]
            TEMPLATES [TARGET]

positional arguments:
TEMPLATES             Clone templates (comma separated list)
TARGET                Target path

optional arguments:
-h, --help            show this help message and exit
-s SOURCE             Template's source
-l {debug,info,warn,error,critical}
                        Verbose level (info)
-c CONFIG, --config CONFIG
                        Path to configuration file
-x [CONTEXT [CONTEXT ...]]
                        Define context (NAME:VALUE)
-v, --version         Show Starter version

Bug tracker

If you have any suggestions, bug reports or annoyances please report them to the issue tracker at https://github.com/klen/starter/issues

Contributing

Development of starter happens at github: https://github.com/klen/starter

License

Licensed under a BSD license.