marcuswestin / store.js

Cross-browser storage for all use cases, used across the web.
MIT License
14.01k stars 1.33k forks source link

Script to easily create custom builds #241

Open marcuswestin opened 7 years ago

marcuswestin commented 7 years ago

See #238

Should probably be able to do something like

scripts/create-build.sh \
    --storage=localStorage,memoryStorage --storage=cookieStorage \
    --plugins=defaults --plugins=expire,events \
    > store.custom-build.min.js