New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-keycloak-theme

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-keycloak-theme

Create a new Keycloak ui project based on a template

  • 1.0.0-alpha.11
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

kc-create

Create a new Keycloak ui project based on a template

Usage

npm create keycloak-theme <name> [options]

Options

  • -t, --type <name> the type of ui to be created either account or admin (currently only account is supported)

Example

npm create keycloak-theme my-project -t account

This will create a new project called my-project with an account ui based on the template from the quickstarts repo. After the project is created, the following commands can be used to start the server and open the ui in a browser:

cd my-project
npm run dev

And then run keycloak in the background:

npm run start-keycloak

Then open the ui in a browser:

open http://localhost:8080

FAQs

Package last updated on 09 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc