Skip to content

Commit 1d8d1d6

Browse files
committed
🧹 Update & cleanup project
1 parent c6b6468 commit 1d8d1d6

11 files changed

Lines changed: 288 additions & 1113 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,3 @@ updates:
3333
registries:
3434
- npm-github
3535

36-
- package-ecosystem: "docker"
37-
directory: "/"
38-
schedule:
39-
interval: "daily"
40-
time: "08:00"
41-
timezone: "Europe/Berlin"
42-
target-branch: "master"
43-
open-pull-requests-limit: 5
44-
labels:
45-
- "docker dependency"
46-
reviewers:
47-
- "maximizeIT"

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
22
@staffbase:registry=https://npm.pkg.github.com/
33
always-auth=true
4-
_authToken=${NPM_TOKEN}
4+
_authToken=${NPM_TOKEN}

.travis.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.MD

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Build Status](https://travis-ci.org/Staffbase/create-staffbase-plugin-nodejs.svg?branch=master)](https://travis-ci.org/Staffbase/create-staffbase-plugin-nodejs) [![Greenkeeper badge](https://badges.greenkeeper.io/Staffbase/create-staffbase-plugin-nodejs.svg)](https://greenkeeper.io/)
2-
31
# Create-Staffbase-SSO-CLI Documentation
42
![Staffbase Logo](https://staffbase.com/wp-content/themes/staffbase-theme/img/logo-blau.svg)
53
## Getting started
@@ -73,3 +71,22 @@ folder where your app was generated and start the express server.
7371
$ cd [path of generated app]
7472
$ npm start
7573
```
74+
75+
## License
76+
77+
Copyright 2017-2023 Staffbase GmbH.
78+
79+
Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
80+
81+
<table>
82+
<tr>
83+
<td>
84+
<img src="docs/assets/images/staffbase.png" alt="Staffbase GmbH" width="96" />
85+
</td>
86+
<td>
87+
<b>Staffbase GmbH</b>
88+
<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>
89+
<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>
90+
</td>
91+
</tr>
92+
</table>

csss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ yargv
2626
.version('0.0.1')
2727
.help('help')
2828
.epilogue(`for more information,\please see the README at:
29-
http://www.github.com/Staffbase/create-staffbase-sso-server/master/README.MD`);
29+
https://github.com/Staffbase/create-staffbase-plugin-nodejs/blob/master/README.MD`);
3030
// console.log('YARGS Parsed Data:\n', yargv.argv);
3131
const packageJSON = fs.readJSONSync(path.join(scaffoldFolder, 'package.json'));
3232
// Defaults package name to current folder name

docs/assets/images/staffbase.png

24.8 KB
Loading

scaffoldTpl/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ $ npm start
4848
## Further Reading
4949
For getting more information about Staffbase SSO, please check out the following links:
5050

51-
- [Developer Portal: Custom Plugins](https://developers.staffbase.com/guide/customplugin-overview/)
51+
- [Developer Portal: Custom Plugins](https://developers.staffbase.com/concepts/customplugin-overview/)
5252
- [Staffbase Plugins SDK for Node.js](https://github.com/Staffbase/plugins-sdk-nodejs/blob/master/README.MD)

0 commit comments

Comments
 (0)