@piatkiewicz/backstage-dev-friends-days

0.1.19 • Public • Published

dev-friends-days

Welcome to the dev-friends-days plugin for Backstage!

Getting started

This plugin offers <DevFriendsDayCard /> which shows info if there is the Programmer, Tester or SysAdmin day today so you will know when to celebrate that special day with your team!

On the last Friday of July:

image

Regular day without any Devs' friends event:

image

Installation

  1. Add plugin to your frontend app
# From your Backstage root directory
yarn --cwd packages/app add @piatkiewicz/backstage-dev-friends-days
  1. Add import and place the DevFriendsDayCard component where you want it to display
//...
import { DevFriendsDayCard } from '@piatkiewicz/backstage-dev-friends-days';
//...
  <Grid item xs={12}>
    <DevFriendsDayCard />
  </Grid>
//...

Readme

Keywords

none

Package Sidebar

Install

npm i @piatkiewicz/backstage-dev-friends-days

Weekly Downloads

47

Version

0.1.19

License

Apache-2.0

Unpacked Size

9 kB

Total Files

7

Last publish

Collaborators

  • piatkiewicz