This package has been deprecated

Author message:

[Deprecated.](https://github.com/h5bp/mobile-boilerplate) Use [generator-h5bp](https://github.com/h5bp/generator-h5bp) instead.

generator-mobile-boilerplate

1.0.1 • Public • Published

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

Dependencies (2)

Dev Dependencies (1)

Package Sidebar

Install

npm i generator-mobile-boilerplate

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • sindresorhus
  • necolas