diff --git a/README.MD b/README.MD index 55d7a00..1dae2c0 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,6 @@ # Create-Staffbase-SSO-CLI Documentation ![Staffbase Logo](https://staffbase.com/wp-content/themes/staffbase-theme/img/logo-blau.svg) + ## Getting started Install the package in your global namespace and then run the command. @@ -15,6 +16,7 @@ Example: ```bash $ yarn create @staffbase/staffbase-plugin /home/user1/work/staffbase-server/ --name staffbase-sso-server ``` + ## Interactive Mode You can also run the command without passing any arguments to get into interactive mode which would ask you the name of your app and the path where it need to be installed. @@ -74,7 +76,7 @@ $ npm start ## License -Copyright 2017-2024 Staffbase GmbH. +Copyright 2017-2025 Staffbase SE. Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 @@ -84,9 +86,9 @@ Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/ Staffbase GmbH - Staffbase GmbH -
Staffbase is an internal communications platform built to revolutionize the way you work and unite your company. Staffbase is hiring: jobs.staffbase.com -
GitHub | Website | Jobs + Staffbase SE +
Staffbase is an internal communications platform built to revolutionize the way you work and unite your company. Staffbase is hiring: https://staffbase.com/jobs +
GitHub | Website | Jobs \ No newline at end of file diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..0cee51d --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,14 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: create-staffbase-plugin-nodejs + description: Node.js plugin skeleton generator provided by Staffbase + annotations: + github.com/project-slug: Staffbase/create-staffbase-plugin-nodejs + jfrog-artifactory/image-name: create-staffbase-plugin-nodejs + tags: + - js + - nodejs +spec: + type: service + lifecycle: production