1.0.3 • Published 10 months ago

@icancode/shopify-express v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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');