@tdi-mc/elastic
v0.0.7
Published
TDI MC - ElasticSearch
Downloads
63
Readme
Installation
Use the package manager to install @tdi-mc/elastic (if you have been published to npm registry)
yarn add @tdi-mc/elastic
Local Development
For development, a package can be linked into another project. This is often useful to test out new features
cd packages/core
yarn link
Use yarn link @tdi-mc/elastic
to link another package that you’d like to test into your current project.
Usage
import { isDev } from '@tdi-mc/elastic/dist/utils';
isDev();
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.