Metadata-Version: 1.1
Name: project_generator
Version: 0.8.0
Summary: Project generators for various embedded tools (IDE). IAR, uVision, Makefile and many more in the roadmap!
Home-page: https://github.com/project-generator/project_generator
Author: Martin Kojtal
Author-email: c0170@rocketmail.com
License: UNKNOWN
Description: .. image:: https://travis-ci.org/project-generator/project_generator.svg
        
        This project allows you to define a project in text using YAML files and generate IDE project files
        based on the rules defined in records. No one should ever commit IDE specific project file to a repository again!
        
        All open sourced - licensed under Apache v2.0 license.
        
        Current Status
        ============
        
        The project is in alpha phase. Check issues for the ongoing tasks or todo tasks.
        
        Project generator currently generaters projects for the following tools (IDE, Makefile, etc..):
        
         - uVision
         - Makefile (GCC ARM)
         - CMake (GCC ARM)
         - IAR
         - CoIDE (GCC ARM)
         - Eclipse (Makefile with GCC ARM)
         - Sublime (Makefile with GCC ARM)
         - Visual studio (Makegile with GCC ARM)
        
        We appreciate any help and you are more than welcome to send a pull request or create a new issue in this repository.
        The plan is to support as many IDE as possible , same applies for targets/MCU.
        
        Using package
        ============
        
        Once installed, test if project_generator is recognized:
        
        ```
        progen --version
        ```
        This should print the current installed version. You can use progen or project_generator as a command.
        
        Getting started
        ============
        
        An example how to use progen [here](https://github.com/project-generator/project_generator_mbed_examples).
        
        To get familiar with it, read our wiki. Good start is [Getting started guide (wiki)](https://github.com/project-generator/project_generator/wiki/Getting_started). There are other sections which describe the each blocks of the project generator.
        
Keywords: c cpp project generator embedded
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
