This website works better with JavaScript.
Home
About
Help
Register
Sign In
jhabdas
/
hopstop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
🍺
Beer-first mobile search app built with Hapi and Chaplin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63
Commits
4
Branches
4.2 MiB
CoffeeScript
38.4%
JavaScript
37.7%
HTML
21.2%
CSS
2.7%
Branch:
master
bwp-v0.9.0
master
ratchet
untappd
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
hopstop
/
Jakefile
4 lines
95 B
Raw
Permalink
Blame
History
// Set default task to list available tasks
task
(
'default'
,
function
(
)
{
jake
.
run
(
'-T'
)
;
}
)
;