Skip to content

aulaydev/community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Aulay Community

Community-maintained items for the Aulay Marketplace. Workflows, apps, plugins, and templates for the Aulay ecosystem.

Structure

items/
├── <item-slug>/
│   ├── manifest.yaml    # Item metadata
│   ├── README.md        # Long description
│   ├── config.yaml      # (optional) Config for copy_config install
│   └── steps.yaml       # (optional) Steps for manual install

Contributing

  1. Create a new directory under items/ with your item slug
  2. Add a manifest.yaml with required fields (see below)
  3. Add a README.md with a detailed description
  4. Open a pull request

manifest.yaml required fields

Field Type Description
name string Display name
summary string One-line summary
type enum workflow, app, plugin, or template
platforms list flow, studio, deploy, or shared
visibility enum public, unlisted, or private
version string Semver version
author string Author name
tags list Searchable tags
featured bool Whether to feature on homepage
install.method enum copy_config, open_source, download_file, or manual

Install methods

  • copy_config — include a config.yaml file with the config content
  • open_source — provide repo_url and clone_command in manifest
  • download_file — provide download_url in manifest
  • manual — include a steps.yaml file with numbered steps

About

Community marketplace items for the Aulay ecosystem — workflows, apps, plugins, and templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors