npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@rollinginfra/state-store-local-file-system

1.0.0

@rollinginfrabot

npmSnykSocket
Downloads:1
$ npm install @rollinginfra/state-store-local-file-system
DailyWeeklyMonthlyYearly

State Store - Local File System

Store JSON state objects in a file. Keys can be any valid UTF-8 string.

Usage

import StateStoreLocalFileSystem from '@rollinginfra/state-store-local-file-system';

const state = new StateStoreLocalFileSystem({
  filename: `state.json`,
});