flexmonster-cli
Advanced tools
Comparing version 2.8.2 to 2.8.3
{ | ||
"name": "flexmonster-cli", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"description": "CLI for Flexmonster Pivot Table & Charts installation", | ||
@@ -47,3 +47,6 @@ "license": "MIT", | ||
"crlf": "^1.1.1" | ||
}, | ||
"esm": { | ||
"cache": false | ||
} | ||
} |
# Flexmonster CLI | ||
[![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/landing.png)](https://flexmonster.com/?npm_rd) | ||
Website: [www.flexmonster.com](https://flexmonster.com/?npm_rd) | ||
Flexmonster CLI is a command-line interface tool for [Flexmonster](https://www.flexmonster.com/). | ||
## Flexmonster Pivot Table & Charts | ||
Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, and many more data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application. | ||
This npm package contains Flexmonster CLI — a command-line interface tool for Flexmonster. | ||
## CLI advantages | ||
The CLI can: | ||
- Download Flexmonster Pivot or its framework wrappers | ||
- Create sample projects with Flexmonster | ||
- Get Flexmonster Data Server or Flexmonster Accelerator | ||
- Update all of the above | ||
- Create sample projects with Flexmonster | ||
# Installation | ||
## Installation | ||
To install Flexmonster CLI, you will need Node.js and npm. [Get it here](https://nodejs.org/en/download/) if it’s not already installed on your machine. | ||
Install Flexmonster CLI globally to use its commands on your computer: | ||
Then install Flexmonster CLI globally to use its commands on your computer: | ||
``` | ||
@@ -24,10 +30,13 @@ npm install -g flexmonster-cli | ||
For more details and command syntax documentation please visit [Flexmonster CLI overview](https://www.flexmonster.com/doc/cli-overview/) article. | ||
## Usage | ||
# What is JS Pivot Table by Flexmonster? | ||
For details on Flexmonster CLI usage, see the [CLI documentation](https://www.flexmonster.com/doc/cli-overview/?npm_rd). | ||
Flexmonster Pivot Table & Charts is a component for interactive pivot reports that can be [inserted to a web page or a web application](https://www.flexmonster.com/demos/pivot-table-js/?r=npm). It’s a powerful JavaScript tool to visualize your business data. | ||
## Resources | ||
Flexmonster Pivot is a cross-platform web component that seamlessly works on any browser (Chrome, Firefox, Internet Explorer, Safari or Opera) across Windows, macOS, Linux, iOS or Android. | ||
- [Demos](https://www.flexmonster.com/demos/?npm_rd) | ||
- [Documentation](https://www.flexmonster.com/doc/?npm_rd) | ||
- [User interface](https://www.flexmonster.com/user-interface/?npm_rd) | ||
- [Blog](https://www.flexmonster.com/blog/?npm_rd) | ||
Moreover, you have no limitation on server-side technology, no matter whether your website runs on .NET, Java, PHP, Ruby, etc. | ||
You can also get support from our team on the [Help Forum](https://www.flexmonster.com/forum/?npm_rd). The Flexmonster team quickly reacts to users' questions and suggestions and provides professional assistance. |
@@ -11,3 +11,3 @@ import commander from 'commander'; | ||
export const VERSION = '2.8.2'; | ||
export const VERSION = '2.8.3'; | ||
@@ -14,0 +14,0 @@ export const COMMANDS = [{ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77266
41