Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eodash/eodash

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eodash/eodash

A package for creating earth observation dashboards. To learn more about eodash ecosystem visit [eodash.org](https://eodash.org)

  • 5.0.0-alpha.2.26
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@eodash/eodash Version

A package for creating earth observation dashboards. To learn more about eodash ecosystem visit eodash.org

Usage

Checkout the documentation for a detailed guide.

Get Started

Install all the required dependecies after cloning or downloading the repository using Node v18 or higher:

npm run install

Run the dev server:

npm run dev

To compile and minify a demo instance:

npm run build

To preview the compiled production files :

npm run preview

To compile and minify a demo instance as a web component library:

npm run build -- --lib

Folder Structure

.
├── core               # CLI & Client source code
├── docs               # Documentation files
├── tests              # CLI & Client component tests folder
├── widgets            # Vue componenets as internal widgets.
├── public             # Statically served directory
└── README.md

Writing commits

To ensure clear communication with the package consumers and enable machine-readable commits, we adhere to The Conventional Commits specification that allows the generation of semVer releases and associated change logs using googleapis/release-please.

The most important prefixes you should have in mind are:

  • fix: which represents bug fixes, and correlates to a SemVer patch.
  • feat: which represents a new feature, and correlates to a SemVer minor.
  • feat!:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a SemVer major.

FAQs

Package last updated on 22 Nov 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