An open API service indexing awesome lists of open source software.

https://github.com/alleyinteractive/create-mantle-package

Provides a base package for packages built on-top of the Mantle Framework.
https://github.com/alleyinteractive/create-mantle-package

mantle

Last synced: 4 months ago
JSON representation

Provides a base package for packages built on-top of the Mantle Framework.

Awesome Lists containing this project

README

          

# Create Mantle Package

Provides a base package for packages built on-top of the [Mantle Framework](https://mantle.alley.co/).

![Testing Suite](https://github.com/alleyinteractive/create-mantle-package/workflows/Testing%20Suite/badge.svg)
![Coding Standards](https://github.com/alleyinteractive/create-mantle-package/workflows/Coding%20Standards/badge.svg)

## Package Setup

After creating a package from this template, you will have everything you need
to setup a new Mantle Framework package. Your package will have continuous
integration via GitHub actions. You should search and replace the namespace to
your application's namespace and package name.

| Search | Replace |
| ----------------------- | ------------------------ |
| `Create_Mantle_Package` | Your package's namespace |
| `create-mantle-package` | Your package's name. |