https://github.com/substance/shell
Substance Native Shell
https://github.com/substance/shell
Last synced: 4 months ago
JSON representation
Substance Native Shell
- Host: GitHub
- URL: https://github.com/substance/shell
- Owner: substance
- License: mit
- Created: 2014-03-20T23:39:48.000Z (over 11 years ago)
- Default Branch: atom
- Last Pushed: 2014-07-01T17:49:59.000Z (over 11 years ago)
- Last Synced: 2025-01-06T06:27:05.536Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 254 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/