Skip to content

xrally/xrally-repo-init

Repository files navigation

xRally Plugins Repository Initializer

Create repo with single command

xrally-repo-init --name my-project --platform my --author my_name
  • Creates directory ./xrally-my-project
  • Directory has proper python package with proper xRally structure
  • It's going to create plugin structure with base classes with "my" platform

To list all creation options

xrally-repo-init --help

    Usage: xrally-repo-init [OPTIONS]

    Options:
    --name TEXT                 Project name
    --platform TEXT             xRally platform name
    --author TEXT               Author name
    --author-url TEXT           Author web site
    --description TEXT          Package descirption
    --path TEXT                 Root directory of new project.
    --existing / --no-existing
    --help                      Show this message and exit.

Running tests

    tox -e py27

Install

cd xrally-my-project
python setup.py install

This command installs xRally and your package, so you are ready to go.

Run sample

TBD

Register on pypi

TBD

About

Creates repo for xRally plugins with single command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published