1.0.0 • Published 2 years ago

@blkmarketco/extension-lib v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Library for common functions shared between extensions.

Dev Setup:

  1. Run npm link in this folder. This creates a global link for this package, meaning its registered as a module in your local npm registry.
  2. To use, run npm link @blkmarketco/directus-extension-sdk in the project where you want to include this library.

Ref:

https://docs.npmjs.com/cli/v8/commands/npm-link