Skip to content

Demo package to show Masonite cookiecutter scaffolding result

License

Notifications You must be signed in to change notification settings

girardinsamuel/masonite-demo-package

Repository files navigation

Demo Package

Masonite Package GitHub Workflow Status (branch) PyPI Python Version GitHub release (latest by date including pre-releases) License Code style: black

Introduction

Demo package to show Masonite package generator.

Features

  • Add your package main features here
  • and here

Official Masonite Documentation

New to Masonite ? Please first read the Official Documentation. Masonite strives to have extremely comprehensive documentation 😃. It would be wise to go through the tutorials there. If you find any discrepencies or anything that doesn't make sense, be sure to comment directly on the documentation to start a discussion!

Have questions or want to talk? Be sure to join the Masonite Discord Community!

Installation

pip install masonite-demo-package

Configuration

Add DemoPackageProvider to your project in config/providers.py:

# config/providers.py
# ...
from demo_package import DemoPackageProvider

# ...
PROVIDERS = [
    # ...
    # Third Party Providers
    DemoPackageProvider,
    # ...
]

Then you can publish the package resources (if needed) by doing:

python craft package:publish demo-package

Usage

Explain how to use your package

Contributing

Please read the Contributing Documentation here.

Maintainers

License

Demo Package is open-sourced software licensed under the MIT license.

About

Demo package to show Masonite cookiecutter scaffolding result

Topics

Resources

License

Stars

Watchers

Forks