Roger is your friendly front-end development toolbox! It helps you with these 4 things:
- Generate : Set up your projects
- Serve : Development server
- Test : Test/lint your stuff
- Release : Release your code
We assume you have a working Ruby 1.9.x or higher running.
-
Install Roger
gem install roger
-
Create a new project
roger generate new PROJECT_DIR
Replace
PROJECT_DIR
with your project name -
Start the development server
roger serve
Open your webbrowser and go to
http://localhost:9500/
-
Release your project
roger release
Read more documentation:
- Templating Learn the power of Roger built in templating
- CLI Learn about the different
roger
commands - Rogerfile Learn how to configure and extend your Project
When we started with Roger there was no Grunt/Gulp/whatever and with us being a Ruby shop we wrote Roger. Since its beginning it has evolved into quite a powerful tool.
Why would Roger be better than any other? It's not it just does some things differently.
- Ruby
- Code over configuration
- Based on little modules, simple to extend
- Streams & files
- 4 easy commands separate concerns
More logo's can be found in the doc/images folder
(The MIT License)
Copyright (c) 2015 Digitpaint
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.