
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Bootstraps ElasticGraph projects.
graph LR;
classDef targetGemStyle fill:#FADBD8,stroke:#EC7063,color:#000,stroke-width:2px;
classDef otherEgGemStyle fill:#A9DFBF,stroke:#2ECC71,color:#000;
classDef externalGemStyle fill:#E0EFFF,stroke:#70A1D7,color:#2980B9;
elasticgraph["elasticgraph"];
class elasticgraph targetGemStyle;
elasticgraph-support["elasticgraph-support"];
elasticgraph --> elasticgraph-support;
class elasticgraph-support otherEgGemStyle;
thor["thor"];
elasticgraph --> thor;
class thor externalGemStyle;
click thor href "https://rubygems.org/gems/thor" "Open on RubyGems.org" _blank;
Run one of these commands to bootstrap a new ElasticGraph project:
gem exec elasticgraph new path/to/project --datastore elasticsearch
# or
gem exec elasticgraph new path/to/project --datastore opensearch
See our getting started guide for a full tutorial.
FAQs
Unknown package
We found that elasticgraph demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
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.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.