@twistly/shelf

0.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @twistly/shelf

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • omgimalexis