Metadata-Version: 1.0
Name: crutch
Version: 0.1.0
Summary: Gets a project running quickly
Home-page: https://github.com/m4yers/crutch
Author: Artyom Goncharov
Author-email: m4yers@gmail.com
License: MIT
Description: ======
        CRUTCH
        ======
        
        Have you ever had this moment when you wanted to write a small tool or just try
        some new algorithm but the thought of assembling a proper project folder
        structure spoiled the desire...
        
        Crutch is a small-size project generator that allows you to create, build and
        test a project
        
        .. contents::
        
        Installation
        ============
        
        From pip::
        
          $ pip install -e <crutch>
        
        
        Usage
        =====
        
        To create a project within an existing directory::
        
          $ crutch new <type>
        
        To build and test the project within its directory::
        
          $ crutch build
        
        
        Types
        -------------
        
        In Progress::
        
          cpp
          python
        
        In Future::
        
          c#
          java
          vim
          ...
        
Keywords: projects,bootstrap
Platform: UNKNOWN
