Skip to content

michelson/coolstrap

 
 

Repository files navigation

Coolstrap

HTML5/CSS3 Mobile Framework

Develop coolest mobile applications

  • Responsive design without javascript.
  • iOS / Android support for hybrid integration.
  • Powerfull API.
  • Zepto and Jquery compatible.

Source is available on Github.

DISCLAIMER:

Coolstrap isn't production ready, so the project should be treated like that until we release an stable version.

Coolstrap usage

Prerequisites

  • Install Ruby 1.9.2 or 1.9.3
  • Install bundler

Create Run & build application

Install the gem

➜ gem install coolstrap

Create a new Project

➜ coolstrap project new HelloWorld

Coolstrap main application lives on top of middleman, If you need more information about middleman, please visit Middleman documentation

Create views

➜ coolstrap view s list Developers commiters

Run it, et voilà

➜ coolstrap r # or coolstrap server

This command will run an instance of middleman server, since is middleman you can also start the server with 'middleman server' command

Build HTML app

➜ coolstrap build

Then you can see in directory:

  • Coolstrap Framework: coolstrap-js/coolstrap-0.1.js
  • Coolstrap Framework Packed with Zepto and iScroll: coolstrap-js/coolstrap-0.1.packed.js

Simulate Apps

➜ coolstrap simulate ios

This buidls ios app & opens Iphone simulator with you application. Android support is on the way.

Documentation

See our wiki for more information on how to test, develop and more.

Contributing

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
  • Fork the project
  • Start a feature/bugfix branch
  • Commit and push until you are happy with your contribution
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so we can cherry-pick around it.

Credits

Licensing Options

Coolstrap mobile framework is licensed under Apache 2.0 by [Rhyboo](http://needmorecaffeine.com | @needmorecaffeine)

See LICENSE.txt for license. Copyright 2012 [Rhyboo](http://needmorecaffeine.com | @needmorecaffeine)

About

HTML5/CSS3 Mobile Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.1%
  • Ruby 22.8%
  • CoffeeScript 18.9%
  • Objective-C 2.8%
  • Other 0.4%