Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 649 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 649 Bytes

Python Project Generator

Installation

To install the python project generator you will need to run

gem install python-generator

How it works

To generate a new python project type

python-generator new <project name>

It will create the barebone skeleton of a python project, with rspec installed. Also will run bundle install for you.

Note: You will need bundler installed.

To install bundler just type gem install bundler.

Commands

To see a list of commands type python-generator --help.

Notes

This project is a work in progress and also open source, if you would like to contribute. Feel free to send PRs!