Metadata-Version: 2.1
Name: masonite-package-sync
Version: 0.5.0
Summary: Masonite package synchronisation
Home-page: https://github.com/girardinsamuel/masonite-package-sync
Author: Samuel Girardin
Author-email: sam@masoniteproject.com
License: MIT
Description: ## Masonite package sync
        
        <p align="center">
          <img alt="PyPI" src="https://img.shields.io/pypi/v/masonite-package-sync">
          <img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="Python Version">
          <img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/girardinsamuel/masonite-package-sync?include_prereleases">
          <img src="https://img.shields.io/github/license/girardinsamuel/masonite-package-sync.svg" alt="License">
          <a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
        </p>
        
        Update a masonite package with latest project template files.
        It's useful when you maintain a package to update the project template used for example in tests/integrations/.
        
        ```
        pip install masonite-package-sync
        ```
        
        Pull the default Masonite project template into the current directory
        
        ```
        python masonite-package pull
        ```
        
        ```
        python masonite-package pull --repo johndoe/other-project --branch develop
        ```
        
        ```
        python masonite-package pull --directory other/dir/test/
        ```
        
        If you want to update the test project inside your Masonite package do :
        
        ```
        python masonite-package pull --directory tests/integrations/
        ```
        
        It will replace the project and update paths to work !
        
Keywords: Masonite,MasoniteFramework,Python,Packages
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Provides-Extra: test
