Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

iflix-letsplay/rukus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                                     _              
                                    | |                     ,--.!,  
                          _ __ _   _| | ___   _ ___      __/   -*-      
                         | '__| | | | |/ / | | / __|   ,d08b.  '|`     
                         | |  | |_| |   <| |_| \__ \   0088MM     
                         |_|   \__,_|_|\_\\__,_|___/   `9MMP'    
                                        by iflix.com

Rukus is a project skeleton, webpack loader and helpers for building riot.js web applications in the iflix style.

Riot Tag files are replaced with components defined in directories with an index.html template, an index.js (which exports a component handler), and a test.js file which validates the component.

Rukus is an opinionated pattern for building apps with riot.js

getting started

$ npm install -g rukus
$ rukus newproject <yourproject>
$ cd <yourproject>
$ npm start

And point your browser to http://localhost:8080

Running tests

Rukus tests use mocha and feryt by default, tests can be run by typing:

$ npm test

Components

The rukus webpack loader searches directories (./components by default) for rukus components and manually registers them as riot tags. A rukus component is a directory with an index.html, index.js and test.js file:

yourcomponent/
    index.html
    index.js
    test.js

To create a new component, cd into the components directory and run:

$ rukus newcomponent <yourcomponent>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •