@icancode/shopify-setting-storage
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

icancode-shopify-setting-storage

How to use

import {FileSettingStorage} from '@icancode/shopify-setting-storage';

// use default configuration
let settingStorage = new FileSettingStorage();

// specify location to store setting's data
// let settingStorage = new FileSettingStorage({location: '.settings'});

await settingStorage.getSettings('my-shop', 'my-app');

Package Sidebar

Install

npm i @icancode/shopify-setting-storage

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

28.1 kB

Total Files

18

Last publish

Collaborators

  • dotronglong