Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.08 KB

Coverage Status Build Status

dojo

An utterly fantastic CLI application for office Space Allocation

Usage:

     `create_room <room_type> <name>...`
     `add_person <firstname> <surname> <person_type> [<wants_accomodation>]`
     `print_room <name>`
     `print_allocations [<filename>]`
     `print_unallocations [<filename>]`

How to Use

To use this project, follow these steps:

  1. Create your working environment.
  2. Git clone this project ($ git clone https://github.com/JoshuaOndieki/dojo.git)
  3. ($ cd dojo)
  4. Install project dependencies ($ pip install -r requirements.txt)
  5. python app.py
  6. (DOJO$$$)

Tests

Run tests with nosetests

License: CocoaPods

Further Reading