Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
el-davo committed Mar 10, 2017
1 parent 92cc4a9 commit 06382dc
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
55 changes: 55 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Platmatic

A desktop application written in electron and react for interacting with cloud foundry

## Features

* Search functionality (Search for apps or third party services)
* SSH into containers with one click
* Lists system wide events (I.e. app crashes)
* Tail app logs with one click
* Auto login and token refresh
* Works on MAC/Windows/Linux
* Live graphs of memory and CPU usage
* Able to create apps on cloud foundry through this tool
* Market

## Development

### Install

``
npm install
``

### Run in dev mode

```
npm run dev
```

### Tests

```
npm run test-watch
```

```
npm run lint
```

### Builing

#### Windows

```
npm run package:win
```

#### MAC

This requires building on a mac

```
npm run package:mac
```
2 changes: 1 addition & 1 deletion app/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Cloud Foundry</title>
<title>platmatic</title>
<link rel="stylesheet" href="../node_modules/font-awesome/css/font-awesome.min.css"/>
<link rel="stylesheet" href="../node_modules/react-redux-toastr/lib/css/react-redux-toastr.min.css"/>
<link rel="stylesheet" href="../node_modules/fixed-data-table-2/dist/fixed-data-table.css"/>
Expand Down

0 comments on commit 06382dc

Please sign in to comment.