Metadata-Version: 1.1
Name: vaslapp5generator
Version: 1.0.0
Summary: Generate vaslapp v5 entity boilerplate
Home-page: https://github.com/vaslsolutions/vaslapp5generator
Author: Ali Farhoudi
Author-email: af.farhoudi@gmail.com
License: MIT
Description: # VaslApp v5 generator
        This repository provided for vasl baas team to generate initial stuff for a new entity,
        including entity class, repository, service, adapter and so on.
        
        ## Installation
        `pip install vaslapp5generator`
        
        ## Configuration
        Provide a config file where you want to use the command.  
        Use **config.example.py** to provide **config.py** configuration file.  
        
        ## Usage
        
        ### Config file
        Run the command to generate a sample config file named **va-config.json**.
        
        ```vaslapp5generator config```
        
        Then you need to edit this file according to your needs. 
        
        ### Generate files for an entity
        
        After generating and editing config file, run this command to generate entity.
        
        ```vaslapp5generator entity```
        
Keywords: vaslapp,vasl baas,code generator
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
