Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/substance/shell

Substance Native Shell
https://github.com/substance/shell

Last synced: about 2 months ago
JSON representation

Substance Native Shell

Awesome Lists containing this project

README

        

Substance-Shell
===============

This project provides a Rake driven configuration to create a native application on top of
node-webkit.

Disclaimer: Under construction.

Prerequisites
-------------

Clone the repository.

We use bundler to manage gems needed by some rake tasks.

```bash
$ sudo gem install bundler
```

Setup a local gem bundle:

```bash
$ bundle install --path vendor/bundle
```

The shell expects you to pull in your application into `app`

```bash
$ ln -s ../composer app
```

Bundle
------

```bash
$ rake setup bundle
```

> Note: `rake setup` downloads and extracts `node-webkit` for your platform. This is only needed the
first time.

For development use:

```bash
$ rake bundle env=development
```

Clean
-----

To remove the generated bundle do

```bash
$ rake clean
```

To even remove downloaded files do

```bash
$ rake clean:all
```

To suggest a feature, report a bug, or general discussion: http://github.com/substance/substance/issues/