Ecosyste.ms: Awesome

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

https://github.com/fkchang/opal-starter-kit

Create Opal projects easily
https://github.com/fkchang/opal-starter-kit

Last synced: 4 months ago
JSON representation

Create Opal projects easily

Lists

README

        

# Opal Starter Kit

A tool to make starting opal projects easy

## Getting Started

### Step 1 - install
$ gem install opal-starter-kit
### Step 2 - use
$ osk new static my_new_project
### Step 3 - Enjoy your opal experience

## Roadmap

### New Project type support
* static html/js
* served up by opal-server
* lissio project
* vienna project
* opalize a rails project
* opalize a sinatra project
* opal-node project

### Specify gems to include
* opal-jquery
* opal-browser
* pre include js dependencies

### other features
* choose git versions of gems or most current
* interactive mode, asks you questions at each steps

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request