Skip to content

Commit

Permalink
Merge pull request #87 from Staffbase/NFS-remove-lock-file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninerian authored Jan 22, 2025
2 parents ef60de3 + 155946c commit 0716dd5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1,304 deletions.
10 changes: 6 additions & 4 deletions README.MD → README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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.
Expand Down Expand Up @@ -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

Expand All @@ -84,9 +86,9 @@ Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/
<img src="docs/assets/images/staffbase.png" alt="Staffbase GmbH" width="96" />
</td>
<td>
<b>Staffbase GmbH</b>
<br />Staffbase is an internal communications platform built to revolutionize the way you work and unite your company. Staffbase is hiring: <a href="https://jobs.staffbase.com" target="_blank" rel="noreferrer">jobs.staffbase.com</a>
<br /><a href="https://github.com/Staffbase" target="_blank" rel="noreferrer">GitHub</a> | <a href="https://staffbase.com/" target="_blank" rel="noreferrer">Website</a> | <a href="https://jobs.staffbase.com" target="_blank" rel="noreferrer">Jobs</a>
<b>Staffbase SE</b>
<br />Staffbase is an internal communications platform built to revolutionize the way you work and unite your company. Staffbase is hiring: <a href="https://staffbase.com/jobs/" target="_blank" rel="noreferrer">https://staffbase.com/jobs</a>
<br /><a href="https://github.com/Staffbase" target="_blank" rel="noreferrer">GitHub</a> | <a href="https://staffbase.com/" target="_blank" rel="noreferrer">Website</a> | <a href="https://staffbase.com/jobs/" target="_blank" rel="noreferrer">Jobs</a>
</td>
</tr>
</table>
14 changes: 14 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 0716dd5

Please sign in to comment.