ifs

0.1.11 • Public • Published

ifs

instant file server (ifs) turns any directory into an instant file server, and it runs directly from your command line. Install it once per machine and then run it in as many directories as you'd like.

HTTP Conventions

  • GET - reads the contents a file from the specified path
  • POST - overwrite or create a file
  • PUT - update the contents of a file (not implemented)
  • DELETE - delete a file from the system

Installation

instant-server can be installed via Node Package Manager.

Best results when you install globally using the -g flag on NPM.

$ npm install -g ifs
$ (instant-server is added to your PATH; go anywhere on your system)
$ instant-server -help
$ instant-server [arguments...]
... starting

/ifs/

    Package Sidebar

    Install

    npm i ifs

    Weekly Downloads

    13

    Version

    0.1.11

    License

    MIT

    Last publish

    Collaborators

    • stannardian