Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

ffflorian/ordinem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ordinem Build Status npm version Dependabot Status

๐Ÿ“‚ A media library server and browser.

Installation

Run yarn global add ordinem or npm i -g ordinem.

Usage

Configuration file

To use a configuration file, add a configuration file following the cosmiconfig standard (e.g. .ordinemrc.json) to your project and the ordinem CLI will find it automatically. Options from the CLI still take precedence over the configuration file.

The structure of the configuration file is the following:

{
  /** set the server port */
  dir?: string;

  /** set the directory to serve */
  port?: number;
}

CLI

Usage: ordinem [options]

A media library server and browser.

Options:
  --noconfig         don't look for a configuration file
  -p, --port <port>  set the server port (default: 8000)
  -d, --dir <dir>    set the directory to serve (default: ".")
  -v, --version      output the version number
  -h, --help         output usage information

About

๐Ÿ“‚ A media library server and browser

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •