company
======

<!--
    [![build status][build-png]][build]
    [![Coverage Status][cover-png]][cover]
    [![Davis Dependency status][dep-png]][dep]
-->

<!-- [![NPM][npm-png]][npm] -->

<!-- [![browser support][test-png]][test] -->

setup and run your own company
For more details see [FAQ](./FAQ.md)

## Usage

Install with `npm install company`, then use it like:

```js
var company = require("company");

// TODO. Show example
```

## Docs

### `var someValue = company(/*arguments*/)`

<!--
  This is a jsig notation of your interface.
  https://github.com/Raynos/jsig
-->
```ocaml
company := (arg: Any) => void
```

// TODO. State what the module does.


## Related Projects
* [`company`](https://github.com/digitalsolopreneur/company) (a library that lets you create a company programatically)
* [`company-cli`](https://github.com/digitalsolopreneur/company-cli)(use "company" from the command line)
* [`abstract-company`](https://github.com/digitalsolopreneur/abstract-company)(specifies a standard interface to implement opening and running a company)
* [`company-uk-ltd`](https://github.com/digitalsolopreneur/company-uk-ltd)(as a first example implementation that fullfillfs "abstract-company")

## Contributors
Please check our [roadmap](https://github.com/digitalsolopreneur/roadmap/issues)

This project is part of [squatup](https://github.com/SquatUp/roadmap/issues/2)

## Status

  [build-png]: https://secure.travis-ci.org/serapath/company.png
  [build]: https://travis-ci.org/serapath/company
  [cover-png]: https://coveralls.io/repos/serapath/company/badge.png
  [cover]: https://coveralls.io/r/serapath/company
  [dep-png]: https://david-dm.org/serapath/company.png
  [dep]: https://david-dm.org/serapath/company
  [test-png]: https://ci.testling.com/serapath/company.png
  [tes]: https://ci.testling.com/serapath/company
  [npm-png]: https://nodei.co/npm/company.png?stars&downloads
  [npm]: https://nodei.co/npm/company
