0.1.0 • Published 7 years ago

@twistly/shelf v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

shelf Build Status Coverage Status

A webhosting manager

Install

$ yarn add shelf

Usage

const shelf = require('shelf');

shelf.adduser({
    username: 'xo'
});
//=> 'Finished setting up user xo.'

API

shelf(input, options)

input

Type: string

Lorem ipsum.

options

foo

Type: boolean Default: false

Lorem ipsum.

CLI

$ yarn global add shelf
$ shelf --help

  Usage
    $ shelf [input]

  Options
    --foo    Lorem ipsum [Default: false]

  Examples
    $ shelf adduser xo
    Finished setting up user xo.

    $ shelf adddomain xo example.com
      Finished setting up domain example.com.
      Container running.
      done

License

MIT © Alexis Tyler