npm install @twistly/shelf> A webhosting manager
```
$ yarn add shelf
`js
const shelf = require('shelf');
shelf.adduser({
username: 'xo'
});
//=> 'Finished setting up user xo.'
`
#### input
Type: string
Lorem ipsum.
#### options
##### foo
Type: booleanfalse
Default:
Lorem ipsum.
``
$ 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
``
MIT © Alexis Tyler