h5bp / generator-mobile-boilerplate

Scaffolds out H5BP Mobile Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%