A collection of custom Backstage plugins developed by Platacard.
├── plugins/
│ ├── scaffolder-backend-module-json-merge-action/
│ └── scaffolder-backend-module-yaml-merge-actions/
├── examples/
│ └── template/
├── scripts/
├── package.json
└── README.md
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests and linting
- Submit a pull request
# Install dependencies
yarn install
# Start development
yarn start
# Make changes and test
yarn test
# Ensure code quality
yarn lint
yarn prettier:check
This project uses Changesets for version management and publishing.
To create a changeset:
yarn changeset
Licensed under the Apache License, Version 2.0. See LICENSE for details.
For issues and questions:
- Open an issue in this repository
- Check the Backstage documentation
- Review plugin-specific README files in the
plugins/
directory
Built with ❤️ for the Backstage community by Platacard.