0.0.5 • Published 2 months ago

plfsp v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

plfsp

PromisLab FileStore Placer (plfsp) - CLI application for downloading and placing files from FileStore.

Platform build

pkg . --target node16

Install

$ npm i --global plfsp

Update from npm as NodeJs package

$ npm i --update --global plfsp

CLI

$ plfsp --help

  Usage
    $ plfsp
  
  ...

Config file structure

{
  "files": {
    "temp.txt": {
      "id": "1234567890"
    },
    "folder/temp2.txt": {
      "id": "0987654321"
    }
  },
}
0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago