Metadata-Version: 2.1
Name: uipath-scaffold
Version: 0.0.4
Summary: CLI tool for running UiPath Scaffold Generators.
Home-page: https://github.com/christianblandford/UiPath-Scaffold
Author: Christian Blandford
Author-email: christianblandford@me.com
License: UNKNOWN
Description: # UiPath-Scaffold
        
        Scaffolds out UiPath projects using one of the selected Frameworks. 
        Generates project.json with project name and description. 
        Adds sequences as needed.
        
        # Installation:
        * pip install uipath_scaffold
        
        # Usage
        * python -m uipath_scaffold
          * Scaffolds a new project after allowing you to choose the generator you would like.
          * *Note:* you must install a generator before this program will do anything
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
