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.
- Host: GitHub
- URL: https://github.com/alleyinteractive/create-mantle-package
- Owner: alleyinteractive
- Created: 2020-12-28T21:47:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T17:02:05.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T21:48:17.716Z (7 months ago)
- Topics: mantle
- Language: PHP
- Homepage: https://mantle.alley.co
- Size: 81.1 KB
- Stars: 0
- Watchers: 31
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/).

## 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. |