# zulip-cloud9

> This npm package helps run zulip dev enviorment on cloud9 as easily as possible.

Latest version **1.0.5** (published 2018-02-16) · Apache-2.0 license · 3 weekly downloads

## Install

```sh
npm install zulip-cloud9
pnpm add zulip-cloud9
yarn add zulip-cloud9
bun add zulip-cloud9
```

Provides the command `zulip-dev`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2018-02-16 |
| First published | 2018-01-30 |
| Weekly downloads | 3 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 185.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | cPhost |
| Maintainers | cphost |
| Keywords | zulip-dev, zulip, zulip devlopment, zulip cloud9, zulip dev enviorment |

## Links

- npm: https://www.npmjs.com/package/zulip-cloud9
- Repository: https://github.com/cPhost/zulip-cloud9
- Homepage: https://github.com/cPhost/zulip-cloud9#readme
- Issues: https://github.com/cPhost/zulip-cloud9/issues
- npm.io page: https://npm.io/package/zulip-cloud9

## Dependencies (2)

- [sinon](https://npm.io/package/sinon.md) ^4.3.0
- [yargs](https://npm.io/package/yargs.md) ^11.0.0

## Alternatives

- [replicas-cli](https://npm.io/package/replicas-cli.md) — 3.0K weekly downloads
- [env-contract](https://npm.io/package/env-contract.md) — 133 weekly downloads
- [@openveo/api](https://npm.io/package/@openveo/api.md) — 61 weekly downloads
- [@ryniaubenpm2/cumque-error-reiciendis](https://npm.io/package/@ryniaubenpm2/cumque-error-reiciendis.md) — 54 weekly downloads
- [ts-global-type-extra](https://npm.io/package/ts-global-type-extra.md) — 11 weekly downloads

## Recent versions

- 1.0.5 (latest) — 2018-02-16
- 1.0.4 — 2018-02-01
- 1.0.3 — 2018-02-01
- 1.0.2 — 2018-01-31
- 1.0.1 — 2018-01-31
- 1.0.0 — 2018-01-30

## README

# zulip-cloud9
[![npm](https://img.shields.io/npm/v/zulip-cloud9.svg?style=flat-square)](https://npmjs.org/package/zulip-cloud9)
[![Build Status](https://img.shields.io/travis/cPhost/zulip-cloud9.svg?style=flat-square)](https://travis-ci.org/cPhost/zulip-cloud9)
[![codecov](https://img.shields.io/codecov/c/github/cPhost/zulip-cloud9.svg?style=flat-square)](https://codecov.io/gh/cPhost/zulip-cloud9)

zulip-cloud9 provides a wrapper for running zulip dev environment on cloud9.

## Usage

### Install
Installing zulip-cloud9 package and zulip dev enviorment in a cloud9 workspace is documented in [wiki](../../wiki)

```
zulip-dev <command>

Commands:
  zulip-dev start           Start zulip-dev server on http://0.0.0.0
  zulip-dev start-services  Start all the required services for zulip.

Options:
  --version   Show version number                                      [boolean]
  --help, -h  Show help                                                [boolean]

```

### `zulip-dev start`
This starts the dev enviorment. This command exports `EXTERNAL_HOST` and handles if starts the services beforehand if needed to. This by default binds the host to `0.0.0.0` rather than `127.0.0.1` so it works on cloud9 and sets the port to `8080`.

### `zulip-dev start-services`
If you have not run `zulip-dev start` and you need to run provison use this command and then run provision.
This script starts all the services only if needed. You can run this script if you encounter an error's documented in [wiki](../../wiki/Errors)

Errors you can encounter in cloud9 workspace while working with zulip dev enviorment are documented in [wiki](../../wiki/Errors)

---
_Source: https://npm.io/package/zulip-cloud9 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
