Skip to content

Commit

Permalink
🧹 Update & cleanup project
Browse files Browse the repository at this point in the history
  • Loading branch information
maximizeIT committed Dec 1, 2023
1 parent c6b6468 commit 1d8d1d6
Show file tree
Hide file tree
Showing 11 changed files with 288 additions and 1,113 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml
Expand Up @@ -33,15 +33,3 @@ updates:
registries:
- npm-github

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
timezone: "Europe/Berlin"
target-branch: "master"
open-pull-requests-limit: 5
labels:
- "docker dependency"
reviewers:
- "maximizeIT"
2 changes: 1 addition & 1 deletion .npmrc
@@ -1,4 +1,4 @@
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
@staffbase:registry=https://npm.pkg.github.com/
always-auth=true
_authToken=${NPM_TOKEN}
_authToken=${NPM_TOKEN}
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

21 changes: 19 additions & 2 deletions README.MD
@@ -1,5 +1,3 @@
[![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/)

# Create-Staffbase-SSO-CLI Documentation
![Staffbase Logo](https://staffbase.com/wp-content/themes/staffbase-theme/img/logo-blau.svg)
## Getting started
Expand Down Expand Up @@ -73,3 +71,22 @@ folder where your app was generated and start the express server.
$ cd [path of generated app]
$ npm start
```

## License

Copyright 2017-2023 Staffbase GmbH.

Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0

<table>
<tr>
<td>
<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>
</td>
</tr>
</table>
2 changes: 1 addition & 1 deletion csss.js
Expand Up @@ -26,7 +26,7 @@ yargv
.version('0.0.1')
.help('help')
.epilogue(`for more information,\please see the README at:
http://www.github.com/Staffbase/create-staffbase-sso-server/master/README.MD`);
https://github.com/Staffbase/create-staffbase-plugin-nodejs/blob/master/README.MD`);
// console.log('YARGS Parsed Data:\n', yargv.argv);
const packageJSON = fs.readJSONSync(path.join(scaffoldFolder, 'package.json'));
// Defaults package name to current folder name
Expand Down
Binary file added docs/assets/images/staffbase.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scaffoldTpl/README.MD
Expand Up @@ -48,5 +48,5 @@ $ npm start
## Further Reading
For getting more information about Staffbase SSO, please check out the following links:

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

0 comments on commit 1d8d1d6

Please sign in to comment.