Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanyl/text-to-dsl
https://github.com/ruanyl/text-to-dsl
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruanyl/text-to-dsl
- Owner: ruanyl
- Created: 2023-06-16T10:08:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-20T12:03:01.000Z (over 1 year ago)
- Last Synced: 2024-11-05T14:55:49.773Z (2 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myTestPlugin
A OpenSearch Dashboards plugin
---
## Development
See the [OpenSearch Dashboards contributing
guide](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/CONTRIBUTING.md) for instructions
setting up your development environment.## Scripts
yarn osd bootstrap
- Execute this to install node_modules and setup the dependencies in your plugin and in OpenSearch Dashboards
yarn plugin-helpers build
- Execute this to create a distributable version of this plugin that can be installed in OpenSearch Dashboards