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: 2 months ago
JSON representation
Create Opal projects easily
- Host: GitHub
- URL: https://github.com/fkchang/opal-starter-kit
- Owner: fkchang
- License: mit
- Created: 2014-11-14T23:34:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-14T23:35:12.000Z (about 10 years ago)
- Last Synced: 2024-08-01T23:40:46.717Z (5 months ago)
- Language: Ruby
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-opal - Opal Starter Kit - Create Opal projects easily (Uncategorized / Uncategorized)
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