Welcome to the Backstage Tools repository!.
- Plugin Architecture: Easily extend Backstage with a wide range of plugins.
- Service Catalog: Manage and visualize your services.
- Software Templates: Standardize and automate new project creation.
- TechDocs: Create and maintain technical documentation.
On Docker:
docker run -d -p 3000:80 --name backstage-tools dewhurstwill/backstage-toolsFrom source:
git clone https://github.com/dewhurstwill/backstage-tools.git
cd backstage-tools
npm install
npm run startTo start using Backstage Tools, run the following command:
npm startThis will launch the Backstage application with the included tools and plugins.
We welcome contributions from the community! To contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes and push your branch to your fork.
- Open a pull request with a detailed description of your changes.
Please make sure to follow the code of conduct and adhere to the contribution guidelines.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.