Socket
Socket
Sign inDemoInstall

devexpress-dashboard-cli

Package Overview
Dependencies
195
Maintainers
6
Versions
280
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    devexpress-dashboard-cli

DevExpress Dashboard CLI


Version published
Weekly downloads
309
increased by67.93%
Maintainers
6
Created
Weekly downloads
ย 

Readme

Source

DevExpress Dashboard CLI

The DevExpress Dashboard CLI is a set of command-line tools to be used with the DevExpress Dashboard control.

  • Installation
  • Usage
  • License
  • Support & Feedback

Installation

To install the devexpress-dashboard-cli package globally with npm, run the following command:

npm install -g devexpress-dashboard-cli

Make sure you have Node.js and npm installed on your machine.

Usage

Use the DevExpress Dashboard CLI to create a custom Dashboard theme or apply a custom DevExtreme theme created with the ThemeBuilder.

The DevExpress Dashboard CLI uses the Dashboard ThemeBuilder's exported json file to generate CSS files for the custom theme.

The following command generates custom CSS files:

npx devexpress-dashboard-cli build-theme

Use --help to list the available parameters:

npx devexpress-dashboard-cli build-theme --help
ArgumentsDescription
--input-fileSpecifies the json file generated by the DevExtreme ThemeBuilder.
--base-themeSpecifies a base theme's name (the default value is generic.light).
--output-color-schemeSpecifies the custom color scheme name (the default value is custom-scheme).
--output-dirSpecifies the folder to save output files (the default value is the current directory).
--versionSpecifies the target peer dependencies version.

See the following topics for information on how to create and apply the custom theme:

License

DevExpress Dashboard CLI is distributed under the MIT license (free and open-source), but can only be used with a commercial DevExpress Dashboard software product. You can review the license terms or download a free trial version of the Dashboard suite at DevExpress.com.

Support & Feedback

  • Follow this article for general information about themes and styles.
  • For any questions regarding the use of DevExpress Dashboards tools, please refer to our Support Center.

Keywords

FAQs

Last updated on 14 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc