Skip to content
This repository was archived by the owner on Nov 23, 2018. It is now read-only.

h5bp/generator-mobile-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

H5BP Mobile Boilerplate generator Build Status

Scaffolds out H5BP Mobile Boilerplate

Install

$ npm install --global generator-mobile-boilerplate

Usage

Run it with yo:

$ yo mobile-boilerplate

Output

├── 404.html
├── crossdomain.xml
├── css
│   ├── main.css
│   └── normalize.css
├── favicon.ico
├── humans.txt
├── img
│   ├── startup
│   │   ├── startup-retina-4in.png
│   │   ├── startup-retina.png
│   │   ├── startup-tablet-landscape-retina.png
│   │   ├── startup-tablet-landscape.png
│   │   ├── startup-tablet-portrait-retina.png
│   │   ├── startup-tablet-portrait.png
│   │   └── startup.png
│   └── touch
│       ├── apple-touch-icon-114x114-precomposed.png
│       ├── apple-touch-icon-144x144-precomposed.png
│       ├── apple-touch-icon-57x57-precomposed.png
│       ├── apple-touch-icon-72x72-precomposed.png
│       ├── apple-touch-icon-precomposed.png
│       └── apple-touch-icon.png
├── index.html
├── js
│   ├── helper.js
│   ├── main.js
│   ├── plugins.js
│   └── vendor
│       ├── modernizr-2.6.2.min.js
│       └── zepto.min.js
├── robots.txt
└── tools
    └── mobile-bookmark-bubble
        ├── COPYING
        ├── bookmark_bubble.js
        ├── example
        │   ├── example.html
        │   └── example.js
        └── images
            ├── arrow.png
            ├── close.png
            ├── generate_base64_images
            └── icon_calendar.png

License

MIT © Sindre Sorhus

About

Scaffolds out H5BP Mobile Boilerplate

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 7